summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc3-build.inc
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2005-03-11 02:47:10 +0000
committerChris Larson <clarson@kergoth.com>2005-03-11 02:47:10 +0000
commit7f0742dcef23956c122f011e85edb7afaaa1f88a (patch)
tree988ac3271b23cb8c2107f605dd6f2810ba1453b6 /packages/gcc/gcc3-build.inc
parentd22cebdec656eadcf604989d98fa78c375404467 (diff)
Build libstdc++ with --disable-libstdcxx-pch instead of --disable-hosted-libstdcxx.
BKrev: 423106aera6A69PlhQ9P2x5IPDIzsA
Diffstat (limited to 'packages/gcc/gcc3-build.inc')
-rw-r--r--packages/gcc/gcc3-build.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/gcc/gcc3-build.inc b/packages/gcc/gcc3-build.inc
index 926bbabbcb..a54528cc75 100644
--- a/packages/gcc/gcc3-build.inc
+++ b/packages/gcc/gcc3-build.inc
@@ -9,8 +9,6 @@ gcclibdir ?= "${libdir}/gcc"
S = "${WORKDIR}/gcc-${PV}"
B = "${S}/build.${HOST_SYS}.${TARGET_SYS}"
-# We pass --disable-hosted-libstdcxx to build a "free standing library implementation".
-# This ensures that precompiled headers aren't built, nor is the abi check. -CL
EXTRA_OECONF = "${@['--enable-clocale=generic', ''][bb.data.getVar('USE_NLS', d, 1) != 'no']} \
--with-gnu-ld \
--enable-shared \
@@ -21,7 +19,7 @@ EXTRA_OECONF = "${@['--enable-clocale=generic', ''][bb.data.getVar('USE_NLS', d,
--enable-c99 \
--enable-long-long \
--enable-symvers=gnu \
- --disable-hosted-libstdcxx \
+ --enable-libstdcxx-pch \
--program-prefix=${TARGET_PREFIX} \
${EXTRA_OECONF_PATHS} \
${EXTRA_OECONF_DEP}"