/[packages]/cauldron/glibc/current/SOURCES/glibc-2.4.90-testsuite-ldbl-bits.patch
ViewVC logotype

Contents of /cauldron/glibc/current/SOURCES/glibc-2.4.90-testsuite-ldbl-bits.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 389214 - (show annotations) (download)
Thu Jan 17 21:30:27 2013 UTC (11 years, 3 months ago) by pterjan
File size: 703 byte(s)
oops
1 --- glibc-2.4.90/stdlib/Makefile.testsuite-ldbl-bits 2006-03-20 04:39:04.000000000 -0500
2 +++ glibc-2.4.90/stdlib/Makefile 2006-07-21 05:39:34.000000000 -0400
3 @@ -124,9 +124,14 @@ ifeq (no,$(cross-compiling))
4 tests: $(objpfx)tst-fmtmsg.out
5 endif
6
7 +isomac-includes = -I../include $(+sysdep-includes) $(sysincludes) -I..
8 +ifeq (powerpc:8, $(base-machine):$(sizeof-long-double))
9 +# XXX only necessary for bootstrapping...
10 +isomac-includes += -I../libio -I../stdlib -I../wcsmbs
11 +endif
12 $(objpfx)isomac.out: $(objpfx)isomac
13 $(dir $<)$(notdir $<) '$(CC)' \
14 - '-I../include $(+sysdep-includes) $(sysincludes) -I..' > $<.out
15 + '$(isomac-includes)' > $<.out
16
17 isomac-CFLAGS = -O
18 $(objpfx)isomac: isomac.c

  ViewVC Help
Powered by ViewVC 1.1.30