diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2012-12-18 10:40:10 +0100 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2012-12-18 10:40:10 +0100 |
commit | a364c856e063d8e62d277be1fd051cd3fce0571c (patch) | |
tree | 43ce73a2447f14a1c4197c6c61bd7853725a3cf5 | |
parent | 6ec39039964f027dc7b2040588f089823a527657 (diff) |
T30: define USE_PRIVATE_LIBGCC, oe-core can't build withoutT20_LinuxImageV2.0Beta1_20121218
-rw-r--r-- | arch/arm/cpu/armv7/tegra3/config.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/tegra3/config.mk b/arch/arm/cpu/armv7/tegra3/config.mk new file mode 100644 index 00000000000..c2d058b87a7 --- /dev/null +++ b/arch/arm/cpu/armv7/tegra3/config.mk @@ -0,0 +1,2 @@ +#the oe-core compiler has issues without this +USE_PRIVATE_LIBGCC = yes
\ No newline at end of file |