summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-4.2.4.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2008-08-20 23:04:48 +0000
committerKhem Raj <raj.khem@gmail.com>2008-08-20 23:04:48 +0000
commit77a319c9b302cd96ad7419c80a4334ae5a71b275 (patch)
treea3d66cf71bd3f1ef86e8557d289d5f86ec8cff4e /packages/gcc/gcc-4.2.4.inc
parentd49cee4689c6e667e0c4130b31a6859073090b52 (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.inc2
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"