]> git.pld-linux.org Git - packages/crosssparc-gcc.git/commitdiff
- explicit --host and --build
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 21 Jul 2004 09:13:10 +0000 (09:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crosssparc-gcc.spec -> 1.7

crosssparc-gcc.spec

index 96d4a66b6ccf63a2355039ba1dd85dc4b3713506..230de46f07ca6390e3b3fa2e73fc602d22efb03c 100644 (file)
@@ -70,7 +70,9 @@ TEXCONFIG=false \
        --with-newlib \
        --without-headers \
        --without-x \
-       --target=%{target}
+       --target=%{target} \
+       --host=%{_target_platform} \
+       --build=%{_target_platform}
 
 %{__make}
 
This page took 0.05728 seconds and 4 git commands to generate.