]> git.pld-linux.org Git - packages/gcc4.git/commitdiff
added %{_target} macro
authorArtur Frysiak <artur@frysiak.net>
Thu, 6 May 1999 17:07:01 +0000 (17:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc4.spec -> 1.7

gcc4.spec

index c54a253023a2123c4403faef4b49de986c685dc6..2a5f30742368ffdff0e0c9e6687babaa0013caed 100644 (file)
--- a/gcc4.spec
+++ b/gcc4.spec
@@ -78,8 +78,8 @@ uygulayabilir.
        --prefix=/usr \
        --local-prefix=/usr/local \
        --gxx-include-dir=/usr/include/g++ \
-       --host=i386-linux \
-       --target=i386-linux
+       --host=%{_target_cpu}-linux \
+       --target=%{_target_cpu}-linux
 
 make LANGUAGES=c CFLAGS="-O2"
 make stage1
This page took 0.047315 seconds and 4 git commands to generate.