diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-05-28 14:04:11 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-05-28 14:04:11 +0000 |
commit | 2d98643792aff583609b66f93309936e79b30651 (patch) | |
tree | 278cca253a91a6419ae4d1d04c42003239b0fef9 /conf/distro | |
parent | 826d9b38af92ce9f032657fe238f6a597a129fc3 (diff) | |
parent | 086cb1cfc685cb8a8b6d342fb831003fc0a58463 (diff) |
merge of '27d9db34dfe6920ee9c44a4591002e8618746a0c'
and 'fadea704d0edbbc0f97766e6f45798f069a8d5b8'
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/include/angstrom-eglibc.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/include/angstrom-eglibc.inc b/conf/distro/include/angstrom-eglibc.inc index 394ec7c2d4..07873fe700 100644 --- a/conf/distro/include/angstrom-eglibc.inc +++ b/conf/distro/include/angstrom-eglibc.inc @@ -14,6 +14,8 @@ PREFERRED_PROVIDER_virtual/sparc${TARGET_VENDOR}-linux-libc-for-gcc = " TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb'] and bb.data.getVar('MACHINE',d) not in ['collie','h3600', 'h3800', 'simpad', 'htcwallaby']]}" +#TARGET_OS = "linux-gnuspe" + #mess with compiler flags to use -Os instead of -O2 #Please see http://free-electrons.com/doc/embedded_linux_optimizations/img47.html for some more info # perl has some problems, see http://bugs.openembedded.net/show_bug.cgi?id=1616 |