20 lines
524 B
Plaintext
20 lines
524 B
Plaintext
# CONFIG.Common.ios-x86
|
|
#
|
|
# Revision-Id: anj@aps.anl.gov-20111202164243-clxybuefflizbyvr
|
|
# This file is maintained by the build community.
|
|
#
|
|
# Definitions for ios-x86 target builds
|
|
# Sites may override these definitions in CONFIG_SITE.Common.ios-x86
|
|
# or CONFIG_SITE.<host>.ios-x86
|
|
#-------------------------------------------------------
|
|
|
|
IOS_PLATFORM = iPhoneSimulator
|
|
|
|
#
|
|
# Architecture-specific information
|
|
#
|
|
ARCH_CLASS = i386
|
|
|
|
# Include definitions common to all iOS targets
|
|
include $(CONFIG)/os/CONFIG.Common.iosCommon
|