]> git.pld-linux.org Git - packages/gcc.git/commitdiff
new snapshot; objc backend is back
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 23 Mar 2001 09:31:23 +0000 (09:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc.spec -> 1.81.2.21

gcc.spec

index 4af54287f4ef667f82a92a2b581c6304f372b6b6..22adc4167f8c85a04c46b26e7dbca28eb524619e 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,6 +1,6 @@
 %define                STDC_VERSION    3.0.0
 %define                GCJ_VERSION     3.0.0
-%define                snap            20010319
+%define                snap            20010320
 Summary:       GNU Compiler Collection
 Summary(pl):   Kolekcja kompilatorów GNU
 Name:          gcc
@@ -358,7 +358,7 @@ TEXCONFIG=false ../configure \
 %endif
        --enable-threads=posix \
        --enable-haifa \
-       --enable-languages="c,gcov,c++,java,f77" \
+       --enable-languages="c,gcov,c++,objc,java,f77" \
        --enable-long-long \
        --enable-namespaces \
        --enable-multilib \
@@ -368,8 +368,6 @@ TEXCONFIG=false ../configure \
        --without-x \
        --disable-nls \
        %{_target_platform}
-# --enable-languages=objc
-# temporary disabled (objc doesn't build right now)
 
 PATH=$PATH:/sbin:%{_sbindir}
 
@@ -480,7 +478,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_infodir}/c-tree*
 %{_infodir}/g++int*
 
-%ifarch temporary_disabled_does_not_compile
 %files objc
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/gcc-lib/%{_target_cpu}*/*/cc1obj
@@ -488,7 +485,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/gcc-lib/%{_target_cpu}*/*/libobjc.so*
 %attr(755,root,root) %{_libdir}/gcc-lib/%{_target_cpu}*/*/libobjc.la
 %{_libdir}/gcc-lib/%{_target_cpu}*/*/include/objc
-%endif
 
 %files g77
 %defattr(644,root,root,755)
This page took 0.210281 seconds and 4 git commands to generate.