[v3,3/4] sparc: add sparc-phoenix target
Checks
| Context |
Check |
Description |
| linaro-tcwg-bot/tcwg_binutils_build--master-arm |
success
|
Build passed
|
| linaro-tcwg-bot/tcwg_binutils_build--master-aarch64 |
success
|
Build passed
|
| linaro-tcwg-bot/tcwg_binutils_check--master-arm |
success
|
Test passed
|
| linaro-tcwg-bot/tcwg_binutils_check--master-aarch64 |
success
|
Test passed
|
Commit Message
From: Michał Lach <michal.lach@phoenix-rtos.com>
Adds sparc-phoenix target from downstream Phoenix-RTOS patches.
Co-authored-by: Hubert Badocha <hubert.badocha@phoenix-rtos.com>
Signed-off-by: Michal Lach <michal.lach@phoenix-rtos.com>
---
gas/configure.tgt | 1 +
1 file changed, 1 insertion(+)
Comments
OK.
> From: Michał Lach <michal.lach@phoenix-rtos.com>
>
> Adds sparc-phoenix target from downstream Phoenix-RTOS patches.
>
> Co-authored-by: Hubert Badocha <hubert.badocha@phoenix-rtos.com>
> Signed-off-by: Michal Lach <michal.lach@phoenix-rtos.com>
> ---
> gas/configure.tgt | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/gas/configure.tgt b/gas/configure.tgt
> index 9f561ed450d..dbec23b0390 100644
> --- a/gas/configure.tgt
> +++ b/gas/configure.tgt
> @@ -407,6 +407,7 @@ case ${generic_target} in
> esac ;;
> sparc-*-freebsd*) fmt=elf em=freebsd ;;
> sparc-*-*bsd*) fmt=elf em=nbsd ;;
> + sparc-*-phoenix*) fmt=elf ;;
>
> spu-*-elf) fmt=elf ;;
@@ -407,6 +407,7 @@ case ${generic_target} in
esac ;;
sparc-*-freebsd*) fmt=elf em=freebsd ;;
sparc-*-*bsd*) fmt=elf em=nbsd ;;
+ sparc-*-phoenix*) fmt=elf ;;
spu-*-elf) fmt=elf ;;