summaryrefslogtreecommitdiff
path: root/ACE/include
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2011-08-31 11:44:26 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2011-08-31 11:44:26 +0000
commit76e508de92cb709f88bfe111758b025f29891aa4 (patch)
tree5799c94b6892209c6ba712e25c09ed6096a57e7e /ACE/include
parent1ba5a48dbb5c640775f19e7242e83797782c830f (diff)
downloadATCD-76e508de92cb709f88bfe111758b025f29891aa4.tar.gz
Wed Aug 31 11:43:13 UTC 2011 Abdul Sowayan <sowayan@gmail.com>
Diffstat (limited to 'ACE/include')
-rw-r--r--ACE/include/makeinclude/platform_macosx_iOS.GNU12
1 files changed, 6 insertions, 6 deletions
diff --git a/ACE/include/makeinclude/platform_macosx_iOS.GNU b/ACE/include/makeinclude/platform_macosx_iOS.GNU
index 4d5a58443da..cadc4fe5eef 100644
--- a/ACE/include/makeinclude/platform_macosx_iOS.GNU
+++ b/ACE/include/makeinclude/platform_macosx_iOS.GNU
@@ -15,18 +15,18 @@ ifeq ($(IPHONE_TARGET), SIMULATOR)
IPHONE_SDK:=$(IPHONE_PLATFORM)/SDKs/iPhoneSimulator${IPHONE_VERSION}.sdk
IPHONE_HARDWARE_ARCHITECTURE=i386
- # crt1.10.6.o is missing under MacOSX 10.6, fallback to 10.5
- # until apple provides the missing crt1.10.6.o
- CFLAGS += -mmacosx-version-min=10.5
- CXXFLAGS += -mmacosx-version-min=10.5
- LDFLAGS += -mmacosx-version-min=10.5
+ # crt1.10.7.o is missing under MacOSX 10.7, fallback to 10.6
+ # until apple provides the missing crt1.10.7.o
+ CFLAGS += -mmacosx-version-min=10.6
+ CXXFLAGS += -mmacosx-version-min=10.6
+ LDFLAGS += -mmacosx-version-min=10.6
endif
ifeq ($(IPHONE_TARGET), HARDWARE)
CROSS-COMPILE=1
IPHONE_PLATFORM:=$(XCODE)/Platforms/iPhoneOS.platform/Developer
IPHONE_SDK:=$(IPHONE_PLATFORM)/SDKs/iPhoneOS${IPHONE_VERSION}.sdk
- IPHONE_HARDWARE_ARCHITECTURE=armv6
+ IPHONE_HARDWARE_ARCHITECTURE=armv7
ifeq ($(iphone_codesign),1)
CODESIGN_ALLOCATE:=$(IPHONE_PLATFORM)/usr/bin/codesign_allocate
POSTLINK=; codesign -f -s "iPhone Developer" $(BIN)