Browse Source

architecture: changed arm to add the architecture into SDECFG_ID

stable/0.6
Christian Wiese 11 years ago
parent
commit
29ed6412bb
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      architecture/arm/config.in

+ 2
- 0
architecture/arm/config.in

@ -167,6 +167,8 @@ fi
bool 'Generate code using the 16bit thumb instruction set' SDECFG_ARM_THUMB 0
SDECFG_ID="$SDECFG_ID-$SDECFG_ARM_ARCH"
if [ $SDECFG_ARM_OPT != generic ] ; then
SDECFG_ID="$SDECFG_ID-$SDECFG_ARM_OPT"
fi

Loading…
Cancel
Save