Skip to content
Snippets Groups Projects
Commit d7b17517 authored by Ben Gamari's avatar Ben Gamari
Browse files

configure: Cleanup ARM COPY bug test artifacts

parent 6ab3c5fd
No related branches found
No related tags found
No related merge requests found
......@@ -2035,7 +2035,7 @@ AC_DEFUN([CHECK_LD_COPY_BUG],[
.size object_reference, 4
EOF
cat >aclib.s <<-EOF
cat >aclib.s <<-EOF
.data
.globl data_object
.type data_object, %object
......@@ -2060,6 +2060,8 @@ EOF
else
AC_MSG_RESULT([unaffected])
fi
rm -f aclib.s aclib.o aclib.so actest.s actest.o actest
;;
*)
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment