Forráskód Böngészése

remove old tru64 crap

Ralf S. Engelschall 18 éve
szülő
commit
f550ea4c8c
1 módosított fájl, 1 hozzáadás és 4 törlés
  1. 1 4
      gcc/gcc.spec

+ 1 - 4
gcc/gcc.spec

@@ -37,7 +37,7 @@ Class:        CORE
 Group:        Compiler
 License:      GPL
 Version:      %{V_full}
-Release:      20070507
+Release:      20070517
 
 #   package options
 %option       with_cxx       yes
@@ -195,9 +195,6 @@ AutoReqProv:  no
     l_boot_cflags=""
     l_libcflags="-g"
     l_libcxxflags="-g"
-    case "%{l_platform -t}" in
-        alpha*-tru64* ) if [ ".$l_ccisgcc" = .no ]; then l_libcflags="$l_libcflags -ieee"; fi ;;
-    esac
     #   at least GNU as from GNU binutils supports -pipe always
     AS="%{l_tool_locate as as}"
     "$AS" --version 2>/dev/null | grep "^GNU assembler " >/dev/null && {