소스 검색

remove old tru64 crap

Ralf S. Engelschall 18 년 전
부모
커밋
f550ea4c8c
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  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 && {