]> git.pld-linux.org Git - packages/crossppc-gcc.git/commitdiff
- fixed --host/--build
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 30 May 2004 12:04:05 +0000 (12:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossppc-gcc.spec -> 1.5

crossppc-gcc.spec

index 030ac68ab1ec542caf8dc59ccbb8b81a342ebcc6..d26e0995e8454e6e5bf19b830c088f79e1148bef 100644 (file)
@@ -69,8 +69,8 @@ TEXCONFIG=false ../configure \
        --with-newlib \
        --without-x \
        --target=%{target} \
-       --host=i686-pld-linux-gnu \
-       --build=i686-pld-linux-gnu
+       --host=%{_target_platform} \
+       --build=%{_target_platform}
 
 PATH=$PATH:/sbin:%{_sbindir}
 
This page took 0.042749 seconds and 4 git commands to generate.