Build libstdc++ with --disable-libstdcxx-pch instead of --disable-hosted-libstdcxx.
authorChris Larson <clarson@kergoth.com>
Fri, 11 Mar 2005 02:47:10 +0000 (02:47 +0000)
committerChris Larson <clarson@kergoth.com>
Fri, 11 Mar 2005 02:47:10 +0000 (02:47 +0000)
BKrev: 423106aera6A69PlhQ9P2x5IPDIzsA

packages/gcc/gcc-cross_3.4.0.bb
packages/gcc/gcc-cross_3.4.1.bb
packages/gcc/gcc-cross_3.4.2.bb
packages/gcc/gcc-cross_3.4.3.bb
packages/gcc/gcc3-build.inc
packages/gcc/gcc_3.4.0.bb
packages/gcc/gcc_3.4.1.bb
packages/gcc/gcc_3.4.2.bb
packages/gcc/gcc_3.4.3.bb

index c48b8ad..a0fe4df 100644 (file)
@@ -5,7 +5,7 @@ inherit cross
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}"
 # NOTE: split PR.  If the main .oe changes something that affects its *build*
 # remember to increment this one too.
-PR = "r5"
+PR = "r6"
 
 DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc"
 PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"
index c48b8ad..a0fe4df 100644 (file)
@@ -5,7 +5,7 @@ inherit cross
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}"
 # NOTE: split PR.  If the main .oe changes something that affects its *build*
 # remember to increment this one too.
-PR = "r5"
+PR = "r6"
 
 DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc"
 PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"
index c48b8ad..a0fe4df 100644 (file)
@@ -5,7 +5,7 @@ inherit cross
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}"
 # NOTE: split PR.  If the main .oe changes something that affects its *build*
 # remember to increment this one too.
-PR = "r5"
+PR = "r6"
 
 DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc"
 PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"
index 791b821..54a0629 100644 (file)
@@ -5,7 +5,7 @@ inherit cross
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}"
 # NOTE: split PR.  If the main .oe changes something that affects its *build*
 # remember to increment this one too.
-PR = "r8"
+PR = "r9"
 
 DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc"
 PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"
index 926bbab..a54528c 100644 (file)
@@ -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}"
index 68d7e06..9f844cd 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r5"
+PR = "r6"
 DESCRIPTION = "The GNU cc and gcc C compilers."
 HOMEPAGE = "http://www.gnu.org/software/gcc/"
 SECTION = "devel"
index 68d7e06..9f844cd 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r5"
+PR = "r6"
 DESCRIPTION = "The GNU cc and gcc C compilers."
 HOMEPAGE = "http://www.gnu.org/software/gcc/"
 SECTION = "devel"
index 68d7e06..9f844cd 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r5"
+PR = "r6"
 DESCRIPTION = "The GNU cc and gcc C compilers."
 HOMEPAGE = "http://www.gnu.org/software/gcc/"
 SECTION = "devel"
index 1025b6a..375c67f 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r9"
+PR = "r10"
 DESCRIPTION = "The GNU cc and gcc C compilers."
 HOMEPAGE = "http://www.gnu.org/software/gcc/"
 SECTION = "devel"