Author: qboosh                       Date: Thu Feb 17 15:33:28 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- simplified: --enable-multilib is the default
- don't pass --disable-multilib on ppc by default - it disables nof libraries

---- Files affected:
SPECS:
   gcc.spec (1.276 -> 1.277) 

---- Diffs:

================================================================
Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.276 SPECS/gcc.spec:1.277
--- SPECS/gcc.spec:1.276        Tue Feb 15 21:34:31 2005
+++ SPECS/gcc.spec      Thu Feb 17 16:33:22 2005
@@ -710,11 +710,11 @@
        
--enable-languages="c,c++,f77%{?with_objc:,objc}%{?with_ada:,ada}%{?with_java:,java}"
 \
        --enable-c99 \
        --enable-long-long \
-%if %{with multilib}
-       --enable-multilib \
-%else
+%ifnarch ppc
+%if %{without multilib}
        --disable-multilib \
 %endif
+%endif
        --enable-nls \
        --with-gnu-as \
        --with-gnu-ld \
@@ -1214,6 +1214,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.277  2005/02/17 15:33:22  qboosh
+- simplified: --enable-multilib is the default
+- don't pass --disable-multilib on ppc by default - it disables nof libraries
+
 Revision 1.276  2005/02/15 20:34:31  qboosh
 - cleanup, multilib fixes (untested)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gcc.spec?r1=1.276&r2=1.277&f=u


_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to