]> code.ossystems Code Review - openembedded-core.git/commitdiff
tune-atom.inc: Remove duplicate TARGET_ARCH entry to avoid ipk rootfs issues as temp...
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Mar 2011 20:24:28 +0000 (20:24 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Mar 2011 20:28:09 +0000 (20:28 +0000)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/machine/include/tune-atom.inc

index a401856c8bd2b8dc9698b9743ac54d8eed831b51..66d960ac4f8317a22895d1588698d5586241cfd3 100644 (file)
@@ -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"