This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

BUILD_CFLAGS


The build system compiler can include files, which test for
__OPTIMIZE__.

~velco
diff -rudpN libc/tags/initial/config.make.in libc/trunk/config.make.in
--- libc/tags/initial/config.make.in	Sun Nov 24 23:43:44 2002
+++ libc/trunk/config.make.in	Sun Nov 24 23:33:49 2002
@@ -83,6 +83,7 @@ force-install = @force_install@
 CC = @CC@
 BUILD_CC = @BUILD_CC@
 CFLAGS = @CFLAGS@
+BUILD_CFLAGS=@CFLAGS@
 AR = @AR@
 RANLIB = @RANLIB@
 MAKEINFO = @MAKEINFO@

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]