]> git.pld-linux.org Git - packages/crossmingw32-gcc.git/commitdiff
- fix amd64 support
authorundefine <undefine@pld-linux.org>
Sun, 18 Jan 2004 20:35:39 +0000 (20:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossmingw32-gcc.spec -> 1.37

crossmingw32-gcc.spec

index 9ed105360dde180153181fa3e07e4c5f86ce8c2a..5afe1a6bba44f52f911a957d96db2fbdee9b8c43 100644 (file)
@@ -179,7 +179,6 @@ tar xzf %{SOURCE2} -C winsup
 %patch -p1
 
 %build
-cp /usr/share/automake/config.sub .
 cd gcc-%{version}
 %if %{with bootstrap}
 for tool in as ar dlltool ld nm ranlib strip ; do
@@ -190,6 +189,9 @@ build_tooldir=`pwd`/winsup
 build_tooldir=%{arch}
 %endif
 
+cp /usr/share/automake/config.sub .
+cp /usr/share/automake/config.sub boehm-gc
+
 rm -rf obj-%{target_platform} && install -d obj-%{target_platform} && cd obj-%{target_platform}
 
 CFLAGS="%{rpmcflags}" \
This page took 0.027212 seconds and 4 git commands to generate.