diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-29 21:22:23 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-29 21:22:23 +0000 |
commit | 98175bd43dbfc70f473cca6759bc8a2f4e655734 (patch) | |
tree | 4fb0f5cefa3728fa2b7d895003f321e164db96a0 /target/device/Atmel/at91rm9200df | |
parent | 37a085768535229cb0025822df2b0b23c9804edb (diff) | |
download | buildroot-novena-98175bd43dbfc70f473cca6759bc8a2f4e655734.tar.gz buildroot-novena-98175bd43dbfc70f473cca6759bc8a2f4e655734.zip |
- revert part of 20119 (renaming BR2_ARM_.ABI to BR2_.ABI)
Diffstat (limited to 'target/device/Atmel/at91rm9200df')
-rw-r--r-- | target/device/Atmel/at91rm9200df/at91rm9200df_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/device/Atmel/at91rm9200df/at91rm9200df_defconfig b/target/device/Atmel/at91rm9200df/at91rm9200df_defconfig index ddbf9b624..38cdc8fcd 100644 --- a/target/device/Atmel/at91rm9200df/at91rm9200df_defconfig +++ b/target/device/Atmel/at91rm9200df/at91rm9200df_defconfig @@ -153,8 +153,8 @@ BR2_GCC_VERSION_4_2_1=y BR2_GCC_SUPPORTS_SYSROOT=y # BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE is not set BR2_GCC_VERSION="4.2.1" -BR2_OABI=y -# BR2_EABI is not set +BR2_ARM_OABI=y +# BR2_ARM_EABI is not set BR2_TOOLCHAIN_SYSROOT=y # BR2_GCC_USE_SJLJ_EXCEPTIONS is not set BR2_EXTRA_GCC_CONFIG_OPTIONS="" |