summaryrefslogtreecommitdiff
path: root/gcc/gcc_3.3.4.oe
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcc_3.3.4.oe')
-rw-r--r--gcc/gcc_3.3.4.oe5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/gcc_3.3.4.oe b/gcc/gcc_3.3.4.oe
index b413628bcc..354e078dd9 100644
--- a/gcc/gcc_3.3.4.oe
+++ b/gcc/gcc_3.3.4.oe
@@ -1,5 +1,6 @@
SECTION = "devel"
-inherit autotools
+PR = "r1"
+inherit autotools gettext
DESCRIPTION = "The GNU cc and gcc C compilers."
LICENSE = "GPL"
@@ -74,7 +75,7 @@ ${GNU_MIRROR}/gcc/releases/ http://gcc.get-software.com/releases/
S = "${WORKDIR}/gcc-${PV}"
B = "${S}/build.${HOST_SYS}.${TARGET_SYS}"
-EXTRA_OECONF = "--disable-nls \
+EXTRA_OECONF = "${@['--enable-clocale=generic', ''][oe.data.getVar('USE_NLS', d, 1) != 'no']} \
--with-gnu-ld \
--enable-shared \
--enable-multilib \