This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Ping^2] [Patch, AArch64] Set libgloss_dir for aarch64*-*-* targets


Ping^2

Originally posted here:

http://gcc.gnu.org/ml/gcc-patches/2013-01/msg00554.html

Thanks,
Yufeng


On 01/28/13 15:04, Yufeng Zhang wrote:
Ping~

On 01/10/13 16:20, Yufeng Zhang wrote:
Hi,

This patch updates the top-level configuration files to explicitly set
libgloss_dir to aarch64 for aarch64*-*-* targets.

OK to commit?

Thanks,
Yufeng

2013-01-10 Yufeng Zhang<yufeng.zhang@arm.com>

           * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
           * configure: Regenerated.


top-level-config.patch



diff --git a/configure.ac b/configure.ac index 02720ee..5bdf1d0 100644 --- a/configure.ac +++ b/configure.ac @@ -759,6 +759,9 @@ case "${target}" in sh*-*-pe|mips*-*-pe|*arm-wince-pe) libgloss_dir=wince ;; + aarch64*-*-* ) + libgloss_dir=aarch64 + ;; arm*-*-*) libgloss_dir=arm ;;







Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]