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.zh...@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
       ;;






Reply via email to