This is the mail archive of the libc-alpha@sourceware.org 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 string/tester.c with -fno-builtin


shouldnt the string/tester.c be built with -fno-builtin ?  maybe it already 
is, i havent been able to grasp all of the internal build stuff of glibc 
yet ... but just in case, patch attached
-mike
2006-03-15  Mike Frysinger  <vapier@gentoo.org>

	* string/Makefile (CFLAGS-tester.c): Add -fno-builtin.

--- string/Makefile
+++ string/Makefile
@@ -64,6 +64,7 @@ inl-tester-ENV = LANGUAGE=C
 noinl-tester-ENV = LANGUAGE=C
 tst-strxfrm-ENV = LOCPATH=$(common-objpfx)localedata
 bug-strcoll1-ENV = LOCPATH=$(common-objpfx)localedata
+CFLAGS-tester.c = -fno-builtin
 CFLAGS-noinl-tester.c = -fno-builtin
 CFLAGS-tst-strlen.c = -fno-builtin
 CFLAGS-stratcliff.c = -fno-builtin

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