diff options
author | Khem Raj <raj.khem@gmail.com> | 2008-08-20 23:04:48 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2008-08-20 23:04:48 +0000 |
commit | 77a319c9b302cd96ad7419c80a4334ae5a71b275 (patch) | |
tree | a3d66cf71bd3f1ef86e8557d289d5f86ec8cff4e /packages/gcc/gcc-4.2.4.inc | |
parent | d49cee4689c6e667e0c4130b31a6859073090b52 (diff) |
Specify --enable-libssp explicitly.
It should be enabled by default if not disabled but its better for readability
to state what we enable.
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 4078009bd5..ccca7705c1 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-libmudflap" +EXTRA_OECONF_BASE = "--enable-libssp --disable-bootstrap --enable-libgomp --disable-libmudflap" ARM_INSTRUCTION_SET = "arm" |