diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-07 01:00:54 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-07 01:00:54 +0000 |
commit | 91a5f42c665a6ab31d2963e127c75c615ced04a3 (patch) | |
tree | e434969d15abb5cfa44bc022220b32d890612b8f /gcc/gcc-uclibc-cross_3.3.2.oe | |
parent | d7e99e1cb12da3703beb3dd890070213bb7bee4b (diff) |
Gcc build fixups - kill a couple patches, and fix the --disable/--enable of threads in the uclibc ones.
BKrev: 404a744678juSNZYyPpYtlUKf2zjaQ
Diffstat (limited to 'gcc/gcc-uclibc-cross_3.3.2.oe')
-rw-r--r-- | gcc/gcc-uclibc-cross_3.3.2.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gcc-uclibc-cross_3.3.2.oe b/gcc/gcc-uclibc-cross_3.3.2.oe index cc05e885a2..f370e24952 100644 --- a/gcc/gcc-uclibc-cross_3.3.2.oe +++ b/gcc/gcc-uclibc-cross_3.3.2.oe @@ -15,6 +15,7 @@ EXTRA_OECONF := --with-local-prefix=${CROSS_DIR}/local \ --enable-languages=c,c++ \ --enable-shared \ --enable-multilib \ + --enable-threads=posix \ --program-prefix=${TARGET_PREFIX} export CPPFLAGS = |