From ff084b8768620614716a5b230d591656bdec3710 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 4 Apr 2003 03:04:08 +0000 Subject: [PATCH] * 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. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1de1de354a..0c1b9c3ab5 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