From: Roland McGrath Date: Fri, 4 Apr 2003 03:04:08 +0000 (+0000) Subject: * configure.in: Fix up use of compilation flags to match the build: X-Git-Tag: cvs/glibc-2_3_3~961 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff084b8768620614716a5b230d591656bdec3710;p=thirdparty%2Fglibc.git * configure.in: Fix up use of compilation flags to match the build: For .s files, $ASFLAGS; For .S files, $CPPFLAGS $ASFLAGS; For .c files, $CFLAGS $CPPFLAGS; when linking, add $LDFLAGS. * configure: Regenerated. --- diff --git a/ChangeLog b/ChangeLog index 1de1de354a8..0c1b9c3ab5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2003-04-03 Roland McGrath + + * configure.in: Fix up use of compilation flags to match the build: + For .s files, $ASFLAGS; + For .S files, $CPPFLAGS $ASFLAGS; + For .c files, $CFLAGS $CPPFLAGS; + when linking, add $LDFLAGS. + * configure: Regenerated. + 2003-04-03 Jakub Jelinek * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Reverse test