AArch64 [7/10]

2012-10-23  Ian Bolton  <ian.bolton@arm.com>
	    Jim MacArthur  <jim.macarthur@arm.com>
	    Marcus Shawcroft  <marcus.shawcroft@arm.com>
	    Nigel Stephens  <nigel.stephens@arm.com>
	    Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
	    Richard Earnshaw  <rearnsha@arm.com>
	    Sofiane Naci  <sofiane.naci@arm.com>
	    Stephen Thomas  <stephen.thomas@arm.com>
	    Tejas Belagod  <tejas.belagod@arm.com>
	    Yufeng Zhang  <yufeng.zhang@arm.com>

	* configure.ac: Enable AArch64.
	* configure: Regenerate.


Co-Authored-By: Jim MacArthur <jim.macarthur@arm.com>
Co-Authored-By: Marcus Shawcroft <marcus.shawcroft@arm.com>
Co-Authored-By: Nigel Stephens <nigel.stephens@arm.com>
Co-Authored-By: Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
Co-Authored-By: Richard Earnshaw <rearnsha@arm.com>
Co-Authored-By: Sofiane Naci <sofiane.naci@arm.com>
Co-Authored-By: Stephen Thomas <stephen.thomas@arm.com>
Co-Authored-By: Tejas Belagod <tejas.belagod@arm.com>
Co-Authored-By: Yufeng Zhang <yufeng.zhang@arm.com>

From-SVN: r192728
This commit is contained in:
Ian Bolton 2012-10-23 17:24:58 +00:00 committed by Marcus Shawcroft
parent 34f8442ee2
commit 04ce690f70
3 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,17 @@
2012-10-23 Ian Bolton <ian.bolton@arm.com>
Jim MacArthur <jim.macarthur@arm.com>
Marcus Shawcroft <marcus.shawcroft@arm.com>
Nigel Stephens <nigel.stephens@arm.com>
Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
Richard Earnshaw <rearnsha@arm.com>
Sofiane Naci <sofiane.naci@arm.com>
Stephen Thomas <stephen.thomas@arm.com>
Tejas Belagod <tejas.belagod@arm.com>
Yufeng Zhang <yufeng.zhang@arm.com>
* configure.ac: Enable AArch64.
* configure: Regenerate.
2012-10-23 Joseph Myers <joseph@codesourcery.com> 2012-10-23 Joseph Myers <joseph@codesourcery.com>
* files.c (struct _cpp_file): Add implicit_preinclude. * files.c (struct _cpp_file): Add implicit_preinclude.

1
libcpp/configure vendored
View File

@ -7096,6 +7096,7 @@ fi
case $target in case $target in
aarch64*-*-* | \
alpha*-*-* | \ alpha*-*-* | \
arm*-*-*eabi* | \ arm*-*-*eabi* | \
arm*-*-symbianelf* | \ arm*-*-symbianelf* | \

View File

@ -134,6 +134,7 @@ fi
m4_changequote(,) m4_changequote(,)
case $target in case $target in
aarch64*-*-* | \
alpha*-*-* | \ alpha*-*-* | \
arm*-*-*eabi* | \ arm*-*-*eabi* | \
arm*-*-symbianelf* | \ arm*-*-symbianelf* | \