OSDN Git Service

Remove all non-linker oriented compile options from the linker
authorEric Christopher <echristo@gmail.com>
Mon, 24 Jun 2013 23:20:04 +0000 (23:20 +0000)
committerEric Christopher <echristo@gmail.com>
Mon, 24 Jun 2013 23:20:04 +0000 (23:20 +0000)
commitea64122ec5c61d8bdc64682b16a0bdbc4aadfa46
treeedfd03cd9067220140dcd466da64d1aae7849620
parentfdfc81f142b3870c757bb9f06e440e843cb3a57f
Remove all non-linker oriented compile options from the linker
command line. Change the darwin universal binary options to
be TargetCommonOpts so that they'll be passed to the linker since
-arch at least is still needed.

Someone on darwin with a buildit based build should probably verify
that this doesn't break anything there.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184793 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.rules