]> git.pld-linux.org Git - packages/gcc2.git/commitdiff
- workaround for ac-2.5x: pass both --host and --build to configure
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 19 Aug 2001 20:23:30 +0000 (20:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (cannot use new %%configure - main configure is not autoconf-generated)

Changed files:
    gcc2.spec -> 1.10

gcc2.spec

index 0b2b1726e683276d0fec48754e0f3f1ab12c6ce9..bebc261f3e66d6f0d4d920c04fbb2b2ff293e71c 100644 (file)
--- a/gcc2.spec
+++ b/gcc2.spec
@@ -359,6 +359,7 @@ CFLAGS="%{rpmcflags}" \
 CXXFLAGS="%{rpmcflags}" \
 TEXCONFIG=false ../configure \
        --host=%{_target_platform} \
+       --build=%{_target_platform} \
        --prefix=%{_prefix} \
        --infodir=%{_infodir} \
        --enable-shared \
This page took 0.126436 seconds and 4 git commands to generate.