diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-29 19:17:39 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-29 19:17:39 +0000 |
commit | 3de7a21bc743a691b158bd078569b4c9040fb60c (patch) | |
tree | d5c9a4008412aaf017cb0e376446b0a008bc5fe3 /target/device/Atmel/at91rm9200df/at91rm9200df_defconfig | |
parent | 7a478629c14a91a87c416a255cfd83581f438ded (diff) | |
download | buildroot-novena-3de7a21bc743a691b158bd078569b4c9040fb60c.tar.gz buildroot-novena-3de7a21bc743a691b158bd078569b4c9040fb60c.zip |
- add mips/mipsel target architecture selection
- rename BR2_ARM_[EO]ABI to the commonly used BR2_[EO]ABI
Diffstat (limited to 'target/device/Atmel/at91rm9200df/at91rm9200df_defconfig')
-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 38cdc8fcd..ddbf9b624 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_ARM_OABI=y -# BR2_ARM_EABI is not set +BR2_OABI=y +# BR2_EABI is not set BR2_TOOLCHAIN_SYSROOT=y # BR2_GCC_USE_SJLJ_EXCEPTIONS is not set BR2_EXTRA_GCC_CONFIG_OPTIONS="" |