ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/gcc.spec
(Generate patch)

Comparing COMP/CMSDIST/gcc.spec (file contents):
Revision 1.11 by eulisse, Tue Feb 6 23:14:04 2007 UTC vs.
Revision 1.13 by ratnik, Wed Apr 18 23:46:01 2007 UTC

# Line 1 | Line 1
1   ### RPM external gcc 3.4.5
2 + Requires: gcc-wrapper
3   ## INITENV +PATH LD_LIBRARY_PATH %i/lib/32
4   ## INITENV +PATH LD_LIBRARY_PATH %i/lib64
5 < ## BUILDIF [ $(uname) != Darwin ]
5 > ## BUILDIF case $(uname):$(uname -p) in Linux:i*86 ) true ;; Linux:x86_64 ) true ;;  Linux:ppc64 ) false ;; Darwin:* ) false ;; * ) true ;; esac
6   Source: ftp://ftp.fu-berlin.de/unix/gnu/%n/%n-%v/%n-%v.tar.bz2
7   %define cpu %(echo %cmsplatf | cut -d_ -f2)
8   %build
9 + ## IMPORT gcc-wrapper
10   # FIXME: --enable-__cxa_atexit can't be used with gcc 3.2.3 on RH 7.3,
11   # enabling it causes qt's uic to die with segmentation violation half
12   # way down the build of qt (projecsettings.ui or something like that;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines