]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- kernel kompiler should by gcc, not egcs
authorKrzysztof Taraszka <dzimi@pld-linux.org>
Sat, 18 May 2002 14:54:45 +0000 (14:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.74

rpm.macros

index 7b32ba8e138496847741eff4b4775b85f5b524d5..daac85ae51ef63fce97aba8a1826ac88bb9de690 100644 (file)
@@ -26,8 +26,8 @@
 %rpmldflags    %{!?debug:-s}
 
 # kernel compiler
-%kgcc          kgcc
-%kgcc_package  egcs
+%kgcc          gcc
+%kgcc_package  gcc
 
 #-----------------------------------------------------------------
 %configure2_13 { \
This page took 0.039124 seconds and 4 git commands to generate.