gcc 3.4.x: Build libstdc++ with --disable-hosted-libstdcxx to disable abi check and...
authorChris Larson <clarson@kergoth.com>
Fri, 11 Mar 2005 00:43:22 +0000 (00:43 +0000)
committerChris Larson <clarson@kergoth.com>
Fri, 11 Mar 2005 00:43:22 +0000 (00:43 +0000)
BKrev: 4230e9aao_KPyiTvyJF5GF1LbbZ78Q

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 2146a31..c48b8ad 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 = "r4"
+PR = "r5"
 
 DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc"
 PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"
index 2146a31..c48b8ad 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 = "r4"
+PR = "r5"
 
 DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc"
 PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"
index 2146a31..c48b8ad 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 = "r4"
+PR = "r5"
 
 DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc"
 PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"
index 0bb212e..791b821 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 = "r7"
+PR = "r8"
 
 DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc"
 PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"
index f555a3f..926bbab 100644 (file)
@@ -9,6 +9,8 @@ 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 \
@@ -19,6 +21,7 @@ EXTRA_OECONF = "${@['--enable-clocale=generic', ''][bb.data.getVar('USE_NLS', d,
                 --enable-c99 \
                 --enable-long-long \
                 --enable-symvers=gnu \
+                --disable-hosted-libstdcxx \
                 --program-prefix=${TARGET_PREFIX} \
                 ${EXTRA_OECONF_PATHS} \
                 ${EXTRA_OECONF_DEP}"
index 635c8c3..68d7e06 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r4"
+PR = "r5"
 DESCRIPTION = "The GNU cc and gcc C compilers."
 HOMEPAGE = "http://www.gnu.org/software/gcc/"
 SECTION = "devel"
index 635c8c3..68d7e06 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r4"
+PR = "r5"
 DESCRIPTION = "The GNU cc and gcc C compilers."
 HOMEPAGE = "http://www.gnu.org/software/gcc/"
 SECTION = "devel"
index 635c8c3..68d7e06 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r4"
+PR = "r5"
 DESCRIPTION = "The GNU cc and gcc C compilers."
 HOMEPAGE = "http://www.gnu.org/software/gcc/"
 SECTION = "devel"
index f95ce45..1025b6a 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r8"
+PR = "r9"
 DESCRIPTION = "The GNU cc and gcc C compilers."
 HOMEPAGE = "http://www.gnu.org/software/gcc/"
 SECTION = "devel"