From: Richard Purdie Date: Wed, 26 Mar 2008 14:34:42 +0000 (+0000) Subject: gcc-4.*: Set ARM_INSTRUCTION_SET to arm so vfp instructions can be avoided within... X-Git-Tag: Release-2010-05/1~7266^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dd039671ba6eb9b33d474765f95fcf6dc0aba92;p=openembedded.git gcc-4.*: Set ARM_INSTRUCTION_SET to arm so vfp instructions can be avoided within libgcc itself (from poky) --- 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" diff --git a/packages/gcc/gcc-4.2.1.inc b/packages/gcc/gcc-4.2.1.inc index 25b5937141..6b75948140 100644 --- a/packages/gcc/gcc-4.2.1.inc +++ b/packages/gcc/gcc-4.2.1.inc @@ -92,3 +92,5 @@ FORTRAN_linux-gnueabi = ",fortran" JAVA = "" EXTRA_OECONF += " --disable-libgomp --disable-libssp --disable-bootstrap " + +ARM_INSTRUCTION_SET = "arm" \ No newline at end of file diff --git a/packages/gcc/gcc-4.2.2.inc b/packages/gcc/gcc-4.2.2.inc index e2b4c92669..2674fccdbe 100644 --- a/packages/gcc/gcc-4.2.2.inc +++ b/packages/gcc/gcc-4.2.2.inc @@ -71,3 +71,4 @@ JAVA = "" EXTRA_OECONF += " --disable-libssp --disable-bootstrap " +ARM_INSTRUCTION_SET = "arm" \ No newline at end of file