]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- drop kgcc defs, they're unused for 10 years
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 20 Oct 2013 19:26:25 +0000 (21:26 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 20 Oct 2013 19:26:25 +0000 (21:26 +0200)
rpm.macros

index 686fd8eacb404934bda01380d9c7f615dd74e8bf..888f425b79b4257bd0f264fb120b3bf4f9dab0bc 100644 (file)
 %x8664         x86_64 amd64 ia32e
 %arm           armv3l armv4b armv4l armv5teb armv5tel
 
-# kernel compiler
-%kgcc          %{__cc}
-%kgcc_package  gcc
-
 # compiler version
 %cc_version    %{expand:%%global cc_version %(%{__cc} -dumpversion 2>/dev/null || echo 0.0)}%cc_version
 %cxx_version   %{expand:%%global cxx_version %(%{__cxx} -dumpversion 2>/dev/null || echo 0.0)}%cxx_version
This page took 0.073617 seconds and 4 git commands to generate.