diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-07-07 23:16:47 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-07-18 20:29:00 -0400 |
commit | d7b17517e26007f537feab490509c0e13e0e239a (patch) | |
tree | 0c7b2c8a83a1cbff549f64a2e41067205d112256 /aclocal.m4 | |
parent | 6ab3c5fdd7d292deb65a3174eb298aa4b2348e32 (diff) | |
download | haskell-d7b17517e26007f537feab490509c0e13e0e239a.tar.gz |
configure: Cleanup ARM COPY bug test artifacts
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index 71a874fa78..a9788bf5fb 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -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 ;; *) ;; |