SPECS: crossmingw64-gcc.spec - explicit cross build setup, fix cflags for t...

pluto pluto at pld-linux.org
Fri Jul 4 16:51:38 CEST 2008


Author: pluto                        Date: Fri Jul  4 14:51:38 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- explicit cross build setup, fix cflags for target libgcc (pr25672).

---- Files affected:
SPECS:
   crossmingw64-gcc.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/crossmingw64-gcc.spec
diff -u SPECS/crossmingw64-gcc.spec:1.7 SPECS/crossmingw64-gcc.spec:1.8
--- SPECS/crossmingw64-gcc.spec:1.7	Thu Jul  3 17:13:32 2008
+++ SPECS/crossmingw64-gcc.spec	Fri Jul  4 16:51:33 2008
@@ -21,6 +21,7 @@
 # Source1-md5:	e2eea49233efd0be3a40fc774abeb1a2
 Patch0:		%{name}-no_include64.patch
 Patch1:		%{name}-no_red_zone.patch
+Patch2:		%{name}-pr25672.patch
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	bison
@@ -64,6 +65,7 @@
 %setup -q -n gcc-%{version} -a 1
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 mkdir -p winsup/mingw
 cp -ar trunk/mingw-w64-headers/include winsup/mingw
 
@@ -103,6 +105,8 @@
 	--disable-libssp \
 	--with-pkgversion="PLD-Linux" \
 	--with-bugurl="http://bugs.pld-linux.org" \
+	--build=%{_target_platform} \
+	--host=%{_target_platform} \
 	--target=%{target}
 
 %{__make}
@@ -238,6 +242,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2008/07/04 14:51:33  pluto
+- explicit cross build setup, fix cflags for target libgcc (pr25672).
+
 Revision 1.7  2008/07/03 15:13:32  pluto
 - workaround 'argument list to long', remeve --host/--build from configure.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/crossmingw64-gcc.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list