diff mbox series

[v5,13/14] build-many-glibcs.py: Enable ARC builds

Message ID 20200409025615.27003-14-vgupta@synopsys.com
State New
Headers show
Series glibc port to ARC processors | expand

Commit Message

develop--- via Libc-alpha April 9, 2020, 2:56 a.m. UTC
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
---
 scripts/build-many-glibcs.py | 1 +
 1 file changed, 1 insertion(+)

Comments

Joseph Myers April 17, 2020, 11:12 p.m. UTC | #1
On Wed, 8 Apr 2020, Vineet Gupta via Libc-alpha wrote:

> diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
> index 64a836c52ea9..77b686d34cea 100755
> --- a/scripts/build-many-glibcs.py
> +++ b/scripts/build-many-glibcs.py
> @@ -1248,6 +1248,7 @@ def install_linux_headers(policy, cmdlist):
>      """Install Linux kernel headers."""
>      arch_map = {'aarch64': 'arm64',
>                  'alpha': 'alpha',
> +                'arc': 'arc',
>                  'arm': 'arm',
>                  'csky': 'csky',
>                  'hppa': 'parisc',

The description of this patch seems a bit confused (the actual enabling of 
the ARC builds is in a previous patch, this one is just adding some 
configuration required to do so).  Anyway, this patch is OK with a better 
description.
Vineet Gupta April 17, 2020, 11:57 p.m. UTC | #2
On 4/17/20 4:12 PM, Joseph Myers wrote:
> On Wed, 8 Apr 2020, Vineet Gupta via Libc-alpha wrote:
> 
>> diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
>> index 64a836c52ea9..77b686d34cea 100755
>> --- a/scripts/build-many-glibcs.py
>> +++ b/scripts/build-many-glibcs.py
>> @@ -1248,6 +1248,7 @@ def install_linux_headers(policy, cmdlist):
>>      """Install Linux kernel headers."""
>>      arch_map = {'aarch64': 'arm64',
>>                  'alpha': 'alpha',
>> +                'arc': 'arc',
>>                  'arm': 'arm',
>>                  'csky': 'csky',
>>                  'hppa': 'parisc',
> 
> The description of this patch seems a bit confused (the actual enabling of 
> the ARC builds is in a previous patch, this one is just adding some 
> configuration required to do so).  Anyway, this patch is OK with a better 
> description.

Sorry that was a snafu in moving code around, so some bits from this moved into
build patch. Fixed now.
diff mbox series

Patch

diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 64a836c52ea9..77b686d34cea 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -1248,6 +1248,7 @@  def install_linux_headers(policy, cmdlist):
     """Install Linux kernel headers."""
     arch_map = {'aarch64': 'arm64',
                 'alpha': 'alpha',
+                'arc': 'arc',
                 'arm': 'arm',
                 'csky': 'csky',
                 'hppa': 'parisc',