]> git.pld-linux.org Git - packages/gcc.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:
    gcc.spec -> 1.95

gcc.spec

index 4627a4905c4c32974ead5bb6ac76e28390b0e0b2..f251dee9a25e6b5f1c507142dee055a412a801d2 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
@@ -367,7 +367,8 @@ TEXCONFIG=false ../configure \
        --with-gnu-ld \
        --with-gxx-include-dir="\$\{prefix\}/include/g++" \
        --disable-nls \
-       %{_target_platform}
+       --build=%{_target_platform} \
+       --host=%{_target_platform}
 
 PATH=$PATH:/sbin:%{_sbindir}
 touch  ../gcc/c-gperf.h
This page took 0.041923 seconds and 4 git commands to generate.