Sophie

Sophie

distrib > Mandriva > mes5 > x86_64 > by-pkgid > 0e420969295f1285b76f985346a7b6e6 > files > 25

glibc-2.8-1.20080520.5.4mnb2.src.rpm

2004-01-23  Gwenole Beauchesne  <gbeauchesne@mandrakesoft.com>

	* Makeconfig (%.v.i): Make sure to define __$(base-machine)__ for
	biarch asm headers.

--- glibc-2.4.90/Makeconfig.biarch-cpp-defines	2006-05-11 11:57:50.000000000 -0400
+++ glibc-2.4.90/Makeconfig	2006-05-11 12:17:12.000000000 -0400
@@ -783,7 +783,7 @@ ifeq (yes, $(build-shared))
 # (but no commands).
 %.v.i: $(common-objpfx)config.h
 	sed '/^[ 	]*#/d;s/^[ 	]*%/#/' $(filter-out FORCE %.h,$^) \
-	| $(CC) -E -undef $(CPPFLAGS) -x assembler-with-cpp - \
+	| $(CC) -E -undef $(CPPFLAGS) -D__$(base-machine)__ -x assembler-with-cpp - \
 		   > $@T
 	mv -f $@T $@
 %.v: %.v.i