Tom Pelaia II and Mark Engbretson contributed the build configuration and OS-dependent files, I modified the build config to bring it up to R3.14.12 standards and added the Release Notes.
23 lines
488 B
Plaintext
23 lines
488 B
Plaintext
# CONFIG.Common.ios-arm
|
|
#
|
|
# This file is maintained by the build community.
|
|
#
|
|
# Definitions for ios-arm target builds
|
|
#-------------------------------------------------------
|
|
|
|
IOS_PLATFORM = iPhoneOS
|
|
|
|
#
|
|
# Architecture-specific information
|
|
#
|
|
ARCH_CLASS = armv6
|
|
|
|
OP_SYS_CFLAGS += -fno-inline-functions
|
|
|
|
# iOS optimization flags for arm architecture
|
|
OPT_CFLAGS_YES = -O2
|
|
OPT_CXXFLAGS_YES = -O2
|
|
|
|
# Include definitions common to all iphone targets
|
|
include $(CONFIG)/os/CONFIG.Common.iosCommon
|