aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-04-04 03:04:08 +0000
committerRoland McGrath <roland@gnu.org>2003-04-04 03:04:08 +0000
commitff084b8768620614716a5b230d591656bdec3710 (patch)
tree87314b35fccc3c35a942e6eace8686c665c28798
parent3217788f603f90d1fad82d15a68a24be82c83614 (diff)
downloadglibc-ff084b8768620614716a5b230d591656bdec3710.tar
glibc-ff084b8768620614716a5b230d591656bdec3710.tar.gz
glibc-ff084b8768620614716a5b230d591656bdec3710.tar.bz2
glibc-ff084b8768620614716a5b230d591656bdec3710.zip
* 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.
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1de1de354a..0c1b9c3ab5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2003-04-03 Roland McGrath <roland@redhat.com>
+
+ * 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 <jakub@redhat.com>
* sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Reverse test