Changeset 98729


Ignore:
Timestamp:
Oct 13, 2012, 8:58:47 PM (12 years ago)
Author:
jeremyhu@…
Message:

llvm-3.2: Remove superfluous sections of the leopard-no-asan patch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/llvm-3.2/files/leopard-no-asan.patch

    r98721 r98729  
    1919 # If RC_SUPPORTED_ARCHS is defined, treat it as a list of the architectures we
    2020 # are intended to support and limit what we try to build to that.
    21 @@ -97,10 +97,10 @@ OSX_DEPLOYMENT_ARGS += -isysroot $(ProjS
    22  CFLAGS.eprintf         := $(CFLAGS) $(OSX_DEPLOYMENT_ARGS)
    23  CFLAGS.10.4            := $(CFLAGS) $(OSX_DEPLOYMENT_ARGS)
    24  # FIXME: We can't build ASAN with our stub SDK yet.
    25 -CFLAGS.asan_osx         := $(CFLAGS) -mmacosx-version-min=10.5 -fno-builtin
    26 -CFLAGS.asan_osx_dynamic := \
    27 -       $(CFLAGS) -mmacosx-version-min=10.5 -fno-builtin \
    28 -       -DMAC_INTERPOSE_FUNCTIONS=1
    29 +#CFLAGS.asan_osx         := $(CFLAGS) -mmacosx-version-min=10.5 -fno-builtin
    30 +#CFLAGS.asan_osx_dynamic := \
    31 +#      $(CFLAGS) -mmacosx-version-min=10.5 -fno-builtin \
    32 +#      -DMAC_INTERPOSE_FUNCTIONS=1
    33  
    34  CFLAGS.osx.i386                := $(CFLAGS) $(OSX_DEPLOYMENT_ARGS)
    35  CFLAGS.osx.x86_64      := $(CFLAGS) $(OSX_DEPLOYMENT_ARGS)
    36 @@ -110,8 +110,8 @@ CFLAGS.profile_osx.i386   := $(CFLAGS) $
    37  CFLAGS.profile_osx.x86_64 := $(CFLAGS) $(OSX_DEPLOYMENT_ARGS)
    38  
    39  # Configure the asan_osx_dynamic library to be built shared.
    40 -SHARED_LIBRARY.asan_osx_dynamic := 1
    41 -LDFLAGS.asan_osx_dynamic := -framework Foundation -lstdc++
    42 +#SHARED_LIBRARY.asan_osx_dynamic := 1
    43 +#LDFLAGS.asan_osx_dynamic := -framework Foundation -lstdc++
    44  
    45  FUNCTIONS.eprintf := eprintf
    46  FUNCTIONS.10.4 := eprintf floatundidf floatundisf floatundixf
    47 @@ -120,11 +120,11 @@ FUNCTIONS.osx     := mulosi4 mulodi4 muloti4
    48  
    49  FUNCTIONS.profile_osx := GCDAProfiling
    50  
    51 -FUNCTIONS.asan_osx := $(AsanFunctions) $(InterceptionFunctions) \
    52 -                                       $(SanitizerCommonFunctions)
    53 -FUNCTIONS.asan_osx_dynamic := $(AsanFunctions) $(InterceptionFunctions) \
    54 -                              $(SanitizerCommonFunctions) \
    55 -                             $(AsanDynamicFunctions)
    56 +#FUNCTIONS.asan_osx := $(AsanFunctions) $(InterceptionFunctions) \
    57 +#                                       $(SanitizerCommonFunctions)
    58 +#FUNCTIONS.asan_osx_dynamic := $(AsanFunctions) $(InterceptionFunctions) \
    59 +#                              $(SanitizerCommonFunctions) \
    60 +#                            $(AsanDynamicFunctions)
    61  
    62  CCKEXT_COMMON_FUNCTIONS := \
    63         absvdi2 \
    6421--- a/tools/clang/runtime/compiler-rt/Makefile.orig     2012-10-12 01:42:13.000000000 -0700
    6522+++ b/tools/clang/runtime/compiler-rt/Makefile  2012-10-12 09:24:08.000000000 -0700
Note: See TracChangeset for help on using the changeset viewer.