diff options
author | Phil Blundell <philb@gnu.org> | 2005-04-16 06:44:44 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2005-04-16 06:44:44 +0000 |
commit | 90c42661b8be53f2829f9366d2a374b03e913e26 (patch) | |
tree | c5666e84d97589672cdb9966db8e676fa46c55fc /packages/gcc/gcc3-build.inc | |
parent | 4377b40d2d5ffe7e1475ba85838fd5e14c225eec (diff) |
distinguish BINV from PV in gcc packaging
BKrev: 4260b45cR8_AIShvdJDZcLoJY45uBQ
Diffstat (limited to 'packages/gcc/gcc3-build.inc')
-rw-r--r-- | packages/gcc/gcc3-build.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gcc/gcc3-build.inc b/packages/gcc/gcc3-build.inc index f184767dd7..3e5510c51a 100644 --- a/packages/gcc/gcc3-build.inc +++ b/packages/gcc/gcc3-build.inc @@ -8,6 +8,7 @@ ${GNU_MIRROR}/gcc/ http://gcc.get-software.com/releases/ gcclibdir ?= "${libdir}/gcc" S = "${WORKDIR}/gcc-${PV}" B = "${S}/build.${HOST_SYS}.${TARGET_SYS}" +BINV ?= "${PV}" EXTRA_OECONF = "${@['--enable-clocale=generic', ''][bb.data.getVar('USE_NLS', d, 1) != 'no']} \ --with-gnu-ld \ @@ -26,7 +27,7 @@ EXTRA_OECONF = "${@['--enable-clocale=generic', ''][bb.data.getVar('USE_NLS', d, EXTRA_OECONF_PATHS = " \ --with-local-prefix=${prefix}/local \ - --with-gxx-include-dir=${includedir}/c++/${PV}" + --with-gxx-include-dir=${includedir}/c++/${BINV}" EXTRA_OECONF_DEP = "" EXTRA_OECONF_uclibc = "--disable-__cxa_atexit" |