Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
BoardConfig: enable TLS register?...
Okay, I'm reading the armv7-a combo wrong here... This should be
enabled on ics if TARGET_CPU_SMP is true, which it is...

whatever
  • Loading branch information
Daz Jones committed Jan 21, 2013
1 parent f151b07 commit e977817
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BoardConfig.mk
Expand Up @@ -16,6 +16,8 @@ TARGET_CPU_SMP := true
TARGET_ARCH := arm
TARGET_ARCH_VARIANT := armv7-a-neon

ARCH_ARM_HAVE_TLS_REGISTER := true

BOARD_USES_QCOM_HARDWARE := true
COMMON_GLOBAL_CFLAGS += -DQCOM_HARDWARE

Expand Down

1 comment on commit e977817

@dazjo
Copy link
Owner

@dazjo dazjo commented on e977817 Jan 21, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, okay, the neon combo doesn't include non neon, but does on jellybean, prob solved ok

Please sign in to comment.