summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-10-17 02:14:34 +0000
committerRoland McGrath <roland@gnu.org>1995-10-17 02:14:34 +0000
commitcb2f05ed72575a2d5769a7772a935eda461ad0b8 (patch)
tree3e055198b66c8ed92e76858950c87626cfb6bd33 /configure.in
parentd17e960c2bb10746bda675deb88d8b496f834eba (diff)
* locale/Makefile (aux): Add SYS_libc.
* locale/SYS_libc.c: New file. * libc-symbols.h (_): New macro. * configure.in (libc_cv_asm_set_directive): Link program into conftest instead of letting it default to a.out.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index dbfb695a0b..ead6813ba0 100644
--- a/configure.in
+++ b/configure.in
@@ -373,7 +373,7 @@ extern int glibc_conftest_frobozz;
main () { printf ("%d\n", glibc_conftest_frobozz); }
EOF
if ${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS \
- conftest.s conftest1.c 1>&AC_FD_CC 2>&AC_FD_CC; then
+ -o conftest conftest.s conftest1.c 1>&AC_FD_CC 2>&AC_FD_CC; then
libc_cv_asm_set_directive=yes
else
libc_cv_asm_set_directive=no