diff options
Diffstat (limited to 'gcc-snapshot/gcc-snapshot_cvs.oe')
-rw-r--r-- | gcc-snapshot/gcc-snapshot_cvs.oe | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc-snapshot/gcc-snapshot_cvs.oe b/gcc-snapshot/gcc-snapshot_cvs.oe index 59a5e32008..dfa9fe5344 100644 --- a/gcc-snapshot/gcc-snapshot_cvs.oe +++ b/gcc-snapshot/gcc-snapshot_cvs.oe @@ -1,5 +1,5 @@ SECTION = "devel" -inherit autotools +inherit autotools gettext PV = "${CVSDATE}" DESCRIPTION = "The GNU cc and gcc C compilers." @@ -119,8 +119,7 @@ python do_patch () { S = "${WORKDIR}/gcc" 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 \ |