search for: targetcommonopt

Displaying 6 results from an estimated 6 matches for "targetcommonopt".

Did you mean: targetcommonopts
2013 Nov 11
0
[LLVMdev] [cfe-dev] [Reminder] LLVM 3.4 Release Branching
...:= -dynamiclib ifdef DEPLOYMENT_TARGET SharedLinkOptions += $(DEPLOYMENT_TARGET) else ifneq ($(ARCH),ARM) SharedLinkOptions += -mmacosx-version-min=$(DARWIN_VERSION) endif endif else SharedLinkOptions=-shared endif ifeq ($(TARGET_OS),Darwin) ifdef DEPLOYMENT_TARGET TargetCommonOpts += $(DEPLOYMENT_TARGET) else ifneq ($(ARCH),ARM) TargetCommonOpts += -mmacosx-version-min=$(DARWIN_VERSION) endif endif endif > > I can add a CMake step checking whether the current CFLAGS/LDFLAGS > allow to build an iossim binary, and skip building the iossim runtime...
2013 Nov 11
2
[LLVMdev] [cfe-dev] [Reminder] LLVM 3.4 Release Branching
Jack, Where do the "-isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -mmacosx-version-min=10.8" flags come from? I don't see them in your CMake invocation - perhaps they're added via $CC or $CFLAGS? Is this being done on purpose? I can add a CMake step checking whether the current CFLAGS/LDFLAGS allow to build an
2013 Nov 11
2
[LLVMdev] [cfe-dev] [Reminder] LLVM 3.4 Release Branching
...ions += $(DEPLOYMENT_TARGET) > else > ifneq ($(ARCH),ARM) > SharedLinkOptions += -mmacosx-version-min=$(DARWIN_VERSION) > endif > endif > else > SharedLinkOptions=-shared > endif > > ifeq ($(TARGET_OS),Darwin) > ifdef DEPLOYMENT_TARGET > TargetCommonOpts += $(DEPLOYMENT_TARGET) > else > ifneq ($(ARCH),ARM) > TargetCommonOpts += -mmacosx-version-min=$(DARWIN_VERSION) > endif > endif > endif > >> >> I can add a CMake step checking whether the current CFLAGS/LDFLAGS >> allow to build an iossim...
2013 Nov 11
2
[LLVMdev] [cfe-dev] [Reminder] LLVM 3.4 Release Branching
...kOptions += -mmacosx-version-min=$(DARWIN_VERSION) > > > endif > > > endif > > > else > > > SharedLinkOptions=-shared > > > endif > > > > > > ifeq ($(TARGET_OS),Darwin) > > > ifdef DEPLOYMENT_TARGET > > > TargetCommonOpts += $(DEPLOYMENT_TARGET) > > > else > > > ifneq ($(ARCH),ARM) > > > TargetCommonOpts += -mmacosx-version-min=$(DARWIN_VERSION) > > > endif > > > endif > > > endif > > > > > >> > > >> I can add a...
2013 Nov 11
0
[LLVMdev] [cfe-dev] [Reminder] LLVM 3.4 Release Branching
...ifneq ($(ARCH),ARM) > > SharedLinkOptions += -mmacosx-version-min=$(DARWIN_VERSION) > > endif > > endif > > else > > SharedLinkOptions=-shared > > endif > > > > ifeq ($(TARGET_OS),Darwin) > > ifdef DEPLOYMENT_TARGET > > TargetCommonOpts += $(DEPLOYMENT_TARGET) > > else > > ifneq ($(ARCH),ARM) > > TargetCommonOpts += -mmacosx-version-min=$(DARWIN_VERSION) > > endif > > endif > > endif > > > >> > >> I can add a CMake step checking whether the current CFLA...
2013 Nov 11
0
[LLVMdev] [cfe-dev] [Reminder] LLVM 3.4 Release Branching
...SION) > > > > endif > > > > endif > > > > else > > > > SharedLinkOptions=-shared > > > > endif > > > > > > > > ifeq ($(TARGET_OS),Darwin) > > > > ifdef DEPLOYMENT_TARGET > > > > TargetCommonOpts += $(DEPLOYMENT_TARGET) > > > > else > > > > ifneq ($(ARCH),ARM) > > > > TargetCommonOpts += -mmacosx-version-min=$(DARWIN_VERSION) > > > > endif > > > > endif > > > > endif > > > > > > >...