Changeset 215386 in webkit for trunk/Source/JavaScriptCore/Configurations
- Timestamp:
- Apr 14, 2017, 6:52:38 PM (8 years ago)
- Location:
- trunk/Source/JavaScriptCore/Configurations
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/Configurations/Base.xcconfig
r215316 r215386 1 // Copyright (C) 2009 , 2010, 2011, 2013, 2014Apple Inc. All rights reserved.1 // Copyright (C) 2009-2017 Apple Inc. All rights reserved. 2 2 // 3 3 // Redistribution and use in source and binary forms, with or without … … 68 68 GCC_WARN_64_TO_32_BIT_CONVERSION_armv7s = YES; 69 69 GCC_WARN_64_TO_32_BIT_CONVERSION_arm64 = NO; 70 GCC_WARN_64_TO_32_BIT_CONVERSION_arm64e = NO; 70 71 GCC_WARN_64_TO_32_BIT_CONVERSION_i386 = YES; 71 72 GCC_WARN_64_TO_32_BIT_CONVERSION_x86_64 = NO; -
trunk/Source/JavaScriptCore/Configurations/FeatureDefines.xcconfig
r215316 r215386 1 // Copyright (C) 2009 , 2010, 2014, 2015, 2016,2017 Apple Inc. All rights reserved.1 // Copyright (C) 2009-2017 Apple Inc. All rights reserved. 2 2 // Copyright (C) 2009 Google Inc. All rights reserved. 3 3 // … … 180 180 ENABLE_WEB_RTC[sdk=appletv*] = ; 181 181 ENABLE_WEB_RTC[sdk=iphone*] = $(ENABLE_WEB_RTC_ios); 182 ENABLE_WEB_RTC_ios[arch=arm64 ] = $(ENABLE_WEB_RTC_ios_$(IPHONEOS_DEPLOYMENT_TARGET:base)_$(CONFIGURATION))182 ENABLE_WEB_RTC_ios[arch=arm64*] = $(ENABLE_WEB_RTC_ios_$(IPHONEOS_DEPLOYMENT_TARGET:base)_$(CONFIGURATION)) 183 183 ENABLE_WEB_RTC_ios[arch=x86_64] = $(ENABLE_WEB_RTC_ios_$(IPHONEOS_DEPLOYMENT_TARGET:base)_$(CONFIGURATION)) 184 184 ENABLE_WEB_RTC_ios_10_Production = ; … … 240 240 ENABLE_FAST_JIT_PERMISSIONS[sdk=iphoneos10*] = ; 241 241 ENABLE_FAST_JIT_PERMISSIONS[sdk=iphonesimulator10*] = ; 242 ENABLE_FAST_JIT_PERMISSIONS_ios[arch=arm64 ] = $(ENABLE_FAST_JIT_PERMISSIONS_ios_$(USE_INTERNAL_SDK))242 ENABLE_FAST_JIT_PERMISSIONS_ios[arch=arm64*] = $(ENABLE_FAST_JIT_PERMISSIONS_ios_$(USE_INTERNAL_SDK)) 243 243 ENABLE_FAST_JIT_PERMISSIONS_ios_YES = ENABLE_FAST_JIT_PERMISSIONS; 244 244 -
trunk/Source/JavaScriptCore/Configurations/JavaScriptCore.xcconfig
r209288 r215386 1 // Copyright (C) 2009 , 2014Apple Inc. All rights reserved.1 // Copyright (C) 2009-2017 Apple Inc. All rights reserved. 2 2 // 3 3 // Redistribution and use in source and binary forms, with or without … … 31 31 JSVALUE_MODEL_armv7s = 32_64; 32 32 JSVALUE_MODEL_arm64 = 64; 33 JSVALUE_MODEL_arm64e = 64; 33 34 JSVALUE_MODEL_i386 = 32_64; 34 35 JSVALUE_MODEL_x86_64 = 64; -
trunk/Source/JavaScriptCore/Configurations/ToolExecutable.xcconfig
r213483 r215386 1 // Copyright (C) 2011 , 2012Apple Inc. All rights reserved.1 // Copyright (C) 2011-2017 Apple Inc. All rights reserved. 2 2 // 3 3 // Redistribution and use in source and binary forms, with or without … … 49 49 CLANG_ENABLE_OBJC_ARC_armv7s = YES; 50 50 CLANG_ENABLE_OBJC_ARC_arm64 = YES; 51 CLANG_ENABLE_OBJC_ARC_arm64e = YES; 51 52 52 53 OTHER_CFLAGS = $(ASAN_OTHER_CFLAGS) -isystem icu;
Note:
See TracChangeset
for help on using the changeset viewer.