diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-10-03 20:35:01 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-10-04 08:58:08 +0200 |
commit | ebc8193363b5200cf6139515779dff2c552ada70 (patch) | |
tree | fd8617c44a4c293e403694a2335be0d5c800f8c6 /package/uclibc/Config.in | |
parent | 47c463fe50aa48985bf2b2438637e373ddc4622d (diff) |
Revert "toolchain-internal: skip gcc-intermediate when possible"
While the idea of skipping the intermediate gcc step seems to work
fine in most situations, it causes problems with the SSP
support. Until we can figure out a proper solution for this problem,
we need to revert back to the previous solution of a three stages
build.
This reverts commit 2babed4a50fcd050abc4686e05e24d0e374d10a8.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/uclibc/Config.in')
-rw-r--r-- | package/uclibc/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/uclibc/Config.in b/package/uclibc/Config.in index eeb3b83cb..acf736ada 100644 --- a/package/uclibc/Config.in +++ b/package/uclibc/Config.in @@ -115,7 +115,6 @@ choice config BR2_PTHREADS_NATIVE bool "Native POSIX Threading (NPTL)" select BR2_TOOLCHAIN_HAS_THREADS - select BR2_TOOLCHAIN_LIBC_NEEDS_THREE_STAGE_BUILD depends on !BR2_arc depends on !BR2_avr32 depends on !BR2_bfin |