This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
build string/tester.c with -fno-builtin
- From: Mike Frysinger <vapier at gentoo dot org>
- To: libc-alpha at sourceware dot org
- Date: Wed, 15 Mar 2006 20:07:52 -0500
- Subject: build string/tester.c with -fno-builtin
- Geoman: IS A RETARD
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