X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=trunk%2Ftoolchain%2Fllvm%2Fpatches%2F100-darwin_arch_auto.patch;fp=trunk%2Ftoolchain%2Fllvm%2Fpatches%2F100-darwin_arch_auto.patch;h=0000000000000000000000000000000000000000;hb=aec62346e36879d24b88fd60f3bd5bf3e92f2d44;hp=a48e1312190a43ebc63e569b3e615b090be33ca9;hpb=934ccae1f57f5336ceb90b2d36c3442155fa1177;p=librewrt%2F.git diff --git a/trunk/toolchain/llvm/patches/100-darwin_arch_auto.patch b/trunk/toolchain/llvm/patches/100-darwin_arch_auto.patch deleted file mode 100644 index a48e131..0000000 --- a/trunk/toolchain/llvm/patches/100-darwin_arch_auto.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/Makefile.rules -+++ b/Makefile.rules -@@ -618,16 +618,6 @@ ifdef UNIVERSAL - - # Building universal cannot compute dependencies automatically. - DISABLE_AUTO_DEPENDENCIES=1 --else -- ifeq ($(TARGET_OS),Darwin) -- ifeq ($(ARCH),x86_64) -- TargetCommonOpts = -m64 -- else -- ifeq ($(ARCH),x86) -- TargetCommonOpts = -m32 -- endif -- endif -- endif - endif - - ifeq ($(HOST_OS),SunOS)