[llvm-commits] [llvm] r67469 - /llvm/trunk/Makefile.rules

Bill Wendling isanbard at gmail.com
Fri Mar 27 13:17:47 PDT 2009


On Fri, Mar 27, 2009 at 10:21 AM, Chris Lattner <clattner at apple.com> wrote:
>
> On Mar 27, 2009, at 10:05 AM, Julien Lerouge wrote:
>
>>   DARWIN_MAJVERS := $(shell echo $(DARWIN_VERSION)| sed -E 's/10.
>> ([0-9]).*/\1/')
>>
>> -  SharedLinkOptions=-Wl,-flat_namespace -Wl,-undefined -Wl,suppress
>> -Wl,-dylib \
>> +  SharedLinkOptions=-Wl,-flat_namespace -Wl,-undefined -Wl,suppress
>> -dynamiclib \
>>                     -mmacosx-version-min=$(DARWIN_VERSION)
>>   TargetCommonOpts += -mmacosx-version-min=$(DARWIN_VERSION)
>> else
>>  SharedLinkOptions=-Wl,-flat_namespace -Wl,-undefined -Wl,suppress -
>> dynamiclib \
>>                    -mmacosx-version-min=$(DARWIN_VERSION)
>>
>> and it worked.
>>
>> Can we commit this change ?
>>
>
> If it works on both 10.4 and 10.5, please do!  Thanks Julien,
>
Yes, thanks, and sorry for the breakage.

-bw




More information about the llvm-commits mailing list