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

From-SVN: r198443
This commit is contained in:
Sofiane Naci 2013-04-30 08:35:17 +00:00 committed by Sofiane Naci
parent 0fc822d0f9
commit a46d0aff5e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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>
* validate_failures.py: Fix typo.

View File

@ -11,7 +11,8 @@ TEST=all-gcc
# nohup nice make -j25 -l36 -f ../gcc/contrib/config-list.mk > make.out 2>&1 &
#
# 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 \
arm-wrs-vxworks arm-netbsdelf \
arm-linux-androideabi arm-uclinux_eabi arm-eabi \