diff options
Diffstat (limited to 'gcc-csl')
-rw-r--r-- | gcc-csl/gcc-csl_2004-q1a.oe | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc-csl/gcc-csl_2004-q1a.oe b/gcc-csl/gcc-csl_2004-q1a.oe index b179975816..b91f1a1dfc 100644 --- a/gcc-csl/gcc-csl_2004-q1a.oe +++ b/gcc-csl/gcc-csl_2004-q1a.oe @@ -1,5 +1,5 @@ SECTION = "devel" -inherit autotools +inherit autotools gettext DESCRIPTION = "The GNU cc and gcc C compilers." LICENSE = "GPL" @@ -138,8 +138,7 @@ python do_patch () { S = "${WORKDIR}/gcc-${PV}" B = "${S}/build.${HOST_SYS}.${TARGET_SYS}" -EXTRA_OECONF = "--disable-nls \ - --with-gnu-ld \ +EXTRA_OECONF = "--with-gnu-ld \ --enable-shared \ --enable-multilib \ --enable-target-optspace \ |