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

Comparing COMP/CMSDIST/llvm.spec (file contents):
Revision 1.6 by eulisse, Thu Jan 20 10:09:40 2011 UTC vs.
Revision 1.7 by eulisse, Wed Jan 26 12:56:22 2011 UTC

# Line 20 | Line 20 | cd objs
20   make install
21   # Fix up a perl path
22   perl -p -i -e 's|^#!.*perl(.*)|#!/usr/bin/env perl$1|' %i/bin/llvm-config
23 +
24 + case %cmsos in
25 +  osx*)
26 +    #Fix up install names for some of the libraries.
27 +    for x in BugpointPasses.dylib profile_rt.dylib LLVMHello.dylib
28 +    do
29 +      install_name_tool -change $x lib$x -id lib$x %i/lib/lib$x
30 +    done
31 +  ;;
32 + esac

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines