diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-15 20:24:28 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-15 20:28:09 +0000 |
commit | a39610f0ac4c77f225671916610f78a18ff70350 (patch) | |
tree | 4bc74f22ee528ae1dc7281a4d04c50a835cb850c /meta/conf | |
parent | f50997891a236954f827de73e9422a67eaacb95c (diff) | |
download | openembedded-core-a39610f0ac4c77f225671916610f78a18ff70350.tar.gz openembedded-core-a39610f0ac4c77f225671916610f78a18ff70350.tar.bz2 openembedded-core-a39610f0ac4c77f225671916610f78a18ff70350.zip |
tune-atom.inc: Remove duplicate TARGET_ARCH entry to avoid ipk rootfs issues as temp workaround for problems pending a proper fix
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/machine/include/tune-atom.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/tune-atom.inc b/meta/conf/machine/include/tune-atom.inc index a401856c8b..66d960ac4f 100644 --- a/meta/conf/machine/include/tune-atom.inc +++ b/meta/conf/machine/include/tune-atom.inc @@ -2,4 +2,4 @@ BASE_PACKAGE_ARCH = "core2" TARGET_CC_ARCH = "-m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse" #MOBLIN_CFLAGS = "-Os -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables" -PACKAGE_EXTRA_ARCHS += "x86 i386 i486 i586 core2" +PACKAGE_EXTRA_ARCHS += "x86 i386 i486 core2" |