Module: meta-angstrom Branch: master Commit: 4666ea2e692a4b239636f0fd62b333ed4f9a83d7
Author: Khem Raj <raj.k...@gmail.com> Date: Fri Jan 27 01:01:09 2012 -0800 distro: Delete use of ANGSTROM_ARM_INSTRUCTION_SET Signed-off-by: Khem Raj <raj.k...@gmail.com> Signed-off-by: Koen Kooi <k...@dominion.thruhere.net> --- conf/distro/include/angstrom.inc | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 621650e..876c42f 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -60,11 +60,7 @@ require conf/distro/include/angstrom-jalimo.conf # Angstrom turns on thumb for armv4t machine according to this RFC: # http://lists.linuxtogo.org/pipermail/angstrom-distro-devel/2008-October/002714.html -# We can't do ARM_INSTRUCTION_SET_armv4t since that will un-overridable in recipes like gcc -ANGSTROM_ARM_INSTRUCTION_SET ?= "arm" - - -ARM_INSTRUCTION_SET = "${ANGSTROM_ARM_INSTRUCTION_SET}" +ARM_INSTRUCTION_SET ?= "arm" # "arm" "thumb" # The instruction set the compiler should use when generating application # code. The kernel is always compiled with arm code at present. arm code _______________________________________________ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel