[llvm-commits] [llvm-gcc-4.2] r50333 - /llvm-gcc-4.2/trunk/build_gcc

Eric Christopher echristo at apple.com
Mon Apr 28 09:17:21 PDT 2008


On Apr 28, 2008, at 9:12 AM, Devang Patel wrote:

>
> On Apr 28, 2008, at 8:20 AM, Eric Christopher wrote:
>
>>>
>>>
>>> +# FIXME: What is the motivation here ?
>>
>> Just to make sure that the root has all of the actual files it  
>> needs FWIW. What's up?
>
> Why does root need libstdc++.dylib inside the root? libstdc++.dylib  
> is a system library and compiler should find it at /usr/lib/libstdc+ 
> +.dylib.

Probably so that you can install a root and get a full build and just  
have it copy over an existing libstdc++. Can't think of anything else  
offhand. If you remove the lines and everything still works then go  
ahead :)

-eric



More information about the llvm-commits mailing list