Commit a46d0aff by Sofiane Naci Committed by Sofiane Naci

config-list.mk (LIST): Add aarch64-elf and aarch64-linux-gnu.

From-SVN: r198443
parent 0fc822d0
2013-04-22 Sofiane Naci <sofiane.naci@arm.com>
* config-list.mk (LIST): Add aarch64-elf and aarch64-linux-gnu.
2013-04-18 Diego Novillo <dnovillo@google.com> 2013-04-18 Diego Novillo <dnovillo@google.com>
* validate_failures.py: Fix typo. * validate_failures.py: Fix typo.
......
...@@ -11,7 +11,8 @@ TEST=all-gcc ...@@ -11,7 +11,8 @@ TEST=all-gcc
# nohup nice make -j25 -l36 -f ../gcc/contrib/config-list.mk > make.out 2>&1 & # nohup nice make -j25 -l36 -f ../gcc/contrib/config-list.mk > make.out 2>&1 &
# #
# v850e1-elf is rejected by config.sub # v850e1-elf is rejected by config.sub
LIST = alpha-linux-gnu alpha-freebsd6 alpha-netbsd alpha-openbsd \ LIST = aarch64-elf aarch64-linux-gnu \
alpha-linux-gnu alpha-freebsd6 alpha-netbsd alpha-openbsd \
alpha64-dec-vms alpha-dec-vms am33_2.0-linux \ alpha64-dec-vms alpha-dec-vms am33_2.0-linux \
arm-wrs-vxworks arm-netbsdelf \ arm-wrs-vxworks arm-netbsdelf \
arm-linux-androideabi arm-uclinux_eabi arm-eabi \ arm-linux-androideabi arm-uclinux_eabi arm-eabi \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment