This is the mail archive of the newlib-cvs@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]

[newlib-cygwin] adjust libnosys config for aarch64 to avoid linker error when switching from rdimon.specs to nosys.s


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=e7eb9788812f43c776f9761e6e4bc9ee75cdea7b

commit e7eb9788812f43c776f9761e6e4bc9ee75cdea7b
Author: Alexander Fedotov <alfedotov@gmail.com>
Date:   Fri Sep 29 22:10:47 2017 +0300

    adjust libnosys config for aarch64 to avoid linker error when switching from rdimon.specs to nosys.specs

Diff:
---
 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*-*-*)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]