Skip to content

Commit

Permalink
BoardConfig: remove junk and add TLS, removing SMP means this doesn't…
Browse files Browse the repository at this point in the history
… get set
  • Loading branch information
Daz Jones committed Jan 14, 2013
1 parent 7153e46 commit eaca6bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BoardConfig.mk
Expand Up @@ -14,12 +14,12 @@ TARGET_CPU_ABI2 := armeabi

TARGET_ARCH := arm
TARGET_ARCH_VARIANT := armv7-a-neon
TARGET_ARCH_VARIANT_CPU := cortex-a5

ARCH_ARM_HAVE_TLS_REGISTER := true

BOARD_USES_QCOM_HARDWARE := true
COMMON_GLOBAL_CFLAGS += -DQCOM_HARDWARE

TARGET_EXTRA_CFLAGS += $(call cc-option,-march=armv7-a -mtune=cortex-a5)
TARGET_GLOBAL_CFLAGS += -mfpu=neon -mfloat-abi=softfp
TARGET_GLOBAL_CPPFLAGS += -mfpu=neon -mfloat-abi=softfp

Expand Down

0 comments on commit eaca6bc

Please sign in to comment.