Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > media > main-testing-src > by-pkgid > 097a12bbe051ea2436c51f094f5d588b > files > 25

glibc-2.8-1.20080520.5.3mnb2.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