This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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] | |
On Sep 29 22:15, Alexander Fedotov wrote:
> Here is a patch to correct libnosys configuration for aarch64.
> Linker warning still be emitted as agreed.
>
> Alex
> [...]
> From 53a46d49cedd80386ad527891b8324cafaeaea2f Mon Sep 17 00:00:00 2001
> From: Alexander Fedotov <alfedotov@gmail.com>
> Date: Fri, 29 Sep 2017 22:10:47 +0300
> Subject: [PATCH] adjust libnosys config for aarch64 to avoid linker error when
> switching from rdimon.specs to nosys.specs
>
> ---
> libgloss/libnosys/configure | 2 ++
> libgloss/libnosys/configure.in | 2 ++
> 2 files changed, 4 insertions(+)
>
> diff --git a/libgloss/libnosys/configure b/libgloss/libnosys/configure
> index fbe7db7..046dca5 100755
> --- a/libgloss/libnosys/configure
> +++ b/libgloss/libnosys/configure
> @@ -2009,6 +2009,8 @@ case "${target}" in
> ;;
> a29k-amd-udi)
> ;;
> + aarch64*-*-*)
> + ;;
> arc-*-*)
> ;;
> arm*-*-*)
> diff --git a/libgloss/libnosys/configure.in b/libgloss/libnosys/configure.in
> index 1d4846b..d3d8c89 100644
> --- a/libgloss/libnosys/configure.in
> +++ b/libgloss/libnosys/configure.in
> @@ -43,6 +43,8 @@ case "${target}" in
> ;;
> a29k-amd-udi)
> ;;
> + aarch64*-*-*)
> + ;;
> arc-*-*)
> ;;
> arm*-*-*)
> --
> 2.7.4
Pushed.
Thanks,
Corinna
--
Corinna Vinschen
Cygwin Maintainer
Red Hat
Attachment:
signature.asc
Description: PGP signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |