]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- ksi is back in version 1.1.0.1567
authorMichal Moskal <michal@moskal.me>
Thu, 15 May 2003 13:56:22 +0000 (13:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc.spec -> 1.157

gcc.spec

index 76c41fa742bd73dd80efc64753fdaac399e53909..6bea605d73bc02e792f51c174eedf593e72cfcde 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
@@ -12,7 +12,7 @@
 %define                DASHED_SNAP     %{nil}
 %define                SNAP            %(echo %{DASHED_SNAP} | sed -e "s#-##g")
 %define                GCC_VERSION     3.3
-%define                KSI_VERSION     1.0.1.1567
+%define                KSI_VERSION     1.1.0.1567
 
 Summary:       GNU C Compiler
 Summary(pl):   Kompilator C GNU
@@ -609,7 +609,7 @@ TEXCONFIG=false ../configure \
        --enable-shared \
        --enable-threads=posix \
        --enable-__cxa_atexit \
-       --enable-languages="c,c++,f77%{?!_without_objc:,objc}%{!?_without_ada:,ada}%{!?_without_java:,java}" \
+       --enable-languages="c,c++,f77%{?!_without_objc:,objc}%{!?_without_ada:,ada}%{!?_without_java:,java},ksi" \
        --enable-c99 \
        --enable-long-long \
        --enable-multilib \
@@ -1001,13 +1001,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/gcc-lib/%{_target_cpu}*/*/adalib/libgna*.a
 %endif
 
-%if 0
 %files ksi
 %defattr(644,root,root,755)
 %doc gcc/ksi/README gcc/ksi/NEWS gcc/ksi/t/*.{ksi,c,foo}
 %{_infodir}/ksi*
 %attr(755,root,root) %{_libdir}/gcc-lib/%{_target_cpu}*/*/ksi1
-%endif
 
 %files -n cpp
 %defattr(644,root,root,755)
This page took 0.165512 seconds and 4 git commands to generate.