diff mbox

[AArch64] Set libgloss_dir for aarch64*-*-* targets

Message ID 50EEEA4E.4060600@arm.com
State New
Headers show

Commit Message

Yufeng Zhang Jan. 10, 2013, 4:20 p.m. UTC
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.

Comments

Yufeng Zhang Jan. 28, 2013, 3:04 p.m. UTC | #1
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
>       ;;
>
Yufeng Zhang Feb. 14, 2013, 5:05 p.m. UTC | #2
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
>>        ;;
>>
>
>
>
Richard Earnshaw Feb. 14, 2013, 5:58 p.m. UTC | #3
On 10/01/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.
>
>

OK.

R.
diff mbox

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
     ;;