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

Comparing COMP/CMSDIST/root.spec (file contents):
Revision 1.230 by elmer, Thu Jan 20 20:28:08 2011 UTC vs.
Revision 1.231 by elmer, Thu Jan 20 22:54:31 2011 UTC

# Line 119 | Line 119 | case $(uname)-$(uname -m) in
119    Darwin*)
120      case %cmsplatf in
121      *_ia32_* )
122 <      comparch=i386 ;;
122 >      comparch=i386
123 >      macconfig=macosx
124 >      ;;
125      *_amd64_* )
126 <      comparch=x86_64 ;;
126 >      comparch=x86_64
127 >      macconfig=macosx64
128 >      ;;
129      * )
130 <      comparch=ppc ;;
130 >      comparch=ppc
131 >      macconfig=macosx
132 >      ;;
133      esac
134      export CC="gcc -arch $comparch" CXX="g++ -arch $comparch"
135 <    ./configure macosx $CONFIG_ARGS --with-cc="$CC" --with-cxx="$CXX" --disable-rfio --disable-builtin_afterimage ;;
135 >    ./configure $macconfig $CONFIG_ARGS --with-cc="$CC" --with-cxx="$CXX" --disable-rfio --disable-builtin_afterimage ;;
136    Linux-ppc64*)
137      ./configure linux $CONFIG_ARGS --disable-rfio;;
138   esac

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines