summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-4.1.2.inc
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2008-03-26 14:34:42 +0000
committerRichard Purdie <rpurdie@rpsys.net>2008-03-26 14:34:42 +0000
commit5dd039671ba6eb9b33d474765f95fcf6dc0aba92 (patch)
tree0aee32df4d671d203f9ef028b5d3024471b6a6c0 /packages/gcc/gcc-4.1.2.inc
parentab73ce9774d817be1e1bfd521204f1fc146367e0 (diff)
gcc-4.*: Set ARM_INSTRUCTION_SET to arm so vfp instructions can be avoided within libgcc itself (from poky)
Diffstat (limited to 'packages/gcc/gcc-4.1.2.inc')
-rw-r--r--packages/gcc/gcc-4.1.2.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/gcc/gcc-4.1.2.inc b/packages/gcc/gcc-4.1.2.inc
index 6e5671280a..fdce5afc2b 100644
--- a/packages/gcc/gcc-4.1.2.inc
+++ b/packages/gcc/gcc-4.1.2.inc
@@ -56,3 +56,5 @@ FORTRAN = ""
JAVA = ""
EXTRA_OECONF += " --disable-libssp "
+
+ARM_INSTRUCTION_SET = "arm"