diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-05-28 13:43:12 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-05-28 13:43:12 +0000 |
commit | 086cb1cfc685cb8a8b6d342fb831003fc0a58463 (patch) | |
tree | 0c454f161305e09fd959b29690c9ac9cdfafb56f /conf/distro/include | |
parent | 78e5262722fdb7dc3005e65fff1f79bc3ff7a844 (diff) |
linux-rt: Update with latest linux-rt developments.
Diffstat (limited to 'conf/distro/include')
-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 |