]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- configure --with-cpu=ultrasparc on sparc64 (merged from AC-branch)
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 31 Dec 2006 00:09:02 +0000 (00:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc.spec -> 1.445

gcc.spec

index cf455110081a00213873205e28784a67b5a1bc70..eccc268607038e9e3087e93446841948176928cd 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
@@ -854,6 +854,9 @@ TEXCONFIG=false \
        --%{?with_multilib:en}%{!?with_multilib:dis}able-multilib \
        --enable-nls \
        --disable-werror \
+%ifarch sparc64
+       --with-cpu=ultrasparc \
+%endif
        --with-gnu-as \
        --with-gnu-ld \
        --with-demangler-in-ld \
This page took 0.047733 seconds and 4 git commands to generate.