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_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_3.3.2.oe')
-rw-r--r-- | gcc/gcc-uclibc_3.3.2.oe | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/gcc-uclibc_3.3.2.oe b/gcc/gcc-uclibc_3.3.2.oe index 0acd355ab0..bcd814fd15 100644 --- a/gcc/gcc-uclibc_3.3.2.oe +++ b/gcc/gcc-uclibc_3.3.2.oe @@ -29,10 +29,6 @@ FILES_uclibc-libstdc++-dev = \ ${libdir}/libsupc++.la \ ${libdir}/libsupc++.a -SRC_URI_append = " file://${FILESDIR}/gcc-001-disable-mathf.patch;patch=1 \ - file://${FILESDIR}/gcc-006-include-search.patch;patch=1 \ - file://${FILESDIR}/gcc-810-libstd++-locale.patch;patch=1" - EXTRA_OECONF := --with-local-prefix=${prefix}/local \ --with-gxx-include-dir=${includedir}/c++/${PV}-uclibc \ --enable-target-optspace \ @@ -42,6 +38,7 @@ EXTRA_OECONF := --with-local-prefix=${prefix}/local \ --enable-languages=c,c++ \ --enable-shared \ --enable-multilib \ + --enable-threads=posix \ --program-prefix=${TARGET_PREFIX} gccbuild_do_patch () { |