diff options
author | Phil Blundell <philb@gnu.org> | 2008-08-06 08:06:02 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2008-08-06 08:06:02 +0000 |
commit | 92eaf703e184577c0b588ead0259e27398aad50a (patch) | |
tree | 9be41bdb2c88ad9c6dc8dc9b63a971d32f4c4121 /packages/gcc/gcc-4.2.4.inc | |
parent | ff0991176a952b745d83166677939eadd0483476 (diff) |
gcc-4.2.4: re-enable libgomp
Diffstat (limited to 'packages/gcc/gcc-4.2.4.inc')
-rw-r--r-- | packages/gcc/gcc-4.2.4.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-4.2.4.inc b/packages/gcc/gcc-4.2.4.inc index 87eb532b21..4078009bd5 100644 --- a/packages/gcc/gcc-4.2.4.inc +++ b/packages/gcc/gcc-4.2.4.inc @@ -68,6 +68,6 @@ FORTRAN = "" FORTRAN_linux-gnueabi = ",fortran" JAVA = "" -EXTRA_OECONF_BASE = "--enable-libssp --disable-bootstrap --disable-libgomp --disable-libmudflap" +EXTRA_OECONF_BASE = "--enable-libssp --disable-bootstrap --disable-libmudflap" ARM_INSTRUCTION_SET = "arm" |