From: Richard Purdie Date: Wed, 7 Sep 2005 08:49:30 +0000 (+0000) Subject: gcc-csl: Enough is enough. Lets have a sane compiler as the default for arm. DEFAULT_... X-Git-Tag: Release-2010-05/1~9453^2~3624^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00db79e31b90e586c16d2e6f43e5d147ea9fc82d;p=openembedded.git gcc-csl: Enough is enough. Lets have a sane compiler as the default for arm. DEFAULT_PREFERENCE can be corrected when the compiler is fixed/updated --- diff --git a/packages/gcc/gcc_csl-arm-20050416.bb b/packages/gcc/gcc_csl-arm-20050416.bb index c482861210..87ac9840ce 100644 --- a/packages/gcc/gcc_csl-arm-20050416.bb +++ b/packages/gcc/gcc_csl-arm-20050416.bb @@ -6,6 +6,6 @@ PR = "r3" CVSDATE = "20050416" OVERRIDES_append = ":${TARGET_ARCH}-${TARGET_OS}" -DEFAULT_PREFERENCE_arm-linux = "1" +DEFAULT_PREFERENCE_arm-linux = "-1" DEFAULT_PREFERENCE_arm-linuxeabi = "1" diff --git a/packages/gcc/gcc_csl-arm-20050603.bb b/packages/gcc/gcc_csl-arm-20050603.bb index 2efa14186e..142a350a09 100644 --- a/packages/gcc/gcc_csl-arm-20050603.bb +++ b/packages/gcc/gcc_csl-arm-20050603.bb @@ -10,4 +10,4 @@ PR = "r0" CVSDATE = "20050603" OVERRIDES_append = ":${TARGET_ARCH}-${TARGET_OS}" -DEFAULT_PREFERENCE_arm = "1" +DEFAULT_PREFERENCE_arm = "-1"