diff options
author | Chris Larson <clarson@kergoth.com> | 2005-03-11 00:43:22 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2005-03-11 00:43:22 +0000 |
commit | d22cebdec656eadcf604989d98fa78c375404467 (patch) | |
tree | 6aae28a3c9b6251624b538066db11d1ec6367bd7 /packages/gcc/gcc_3.4.3.bb | |
parent | 063b32559f113465ce7f136b594f65179050b77d (diff) |
gcc 3.4.x: Build libstdc++ with --disable-hosted-libstdcxx to disable abi check and precompiled headers.
BKrev: 4230e9aao_KPyiTvyJF5GF1LbbZ78Q
Diffstat (limited to 'packages/gcc/gcc_3.4.3.bb')
-rw-r--r-- | packages/gcc/gcc_3.4.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc_3.4.3.bb b/packages/gcc/gcc_3.4.3.bb index f95ce458b3..1025b6a968 100644 --- a/packages/gcc/gcc_3.4.3.bb +++ b/packages/gcc/gcc_3.4.3.bb @@ -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" |