Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-02-09 08:20:41 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-11 14:19:01 +0300
commit5365a7deeedba63de81d8a48e1e4418f1521eeeb (patch)
treedbee8dc6992ec670ba841ea8ce1f57e1a9cb8cba /libgloss/configure
parent66dfedc28778e81d9d75a4a3fa1e74192138bf62 (diff)
libgloss: merge csky configure script up a level
Now that the csky-specific logic ($DO) has been deleted, we can fold it up a level easily enough.
Diffstat (limited to 'libgloss/configure')
-rwxr-xr-xlibgloss/configure5
1 files changed, 3 insertions, 2 deletions
diff --git a/libgloss/configure b/libgloss/configure
index 8b28986b4..08b260906 100755
--- a/libgloss/configure
+++ b/libgloss/configure
@@ -725,7 +725,6 @@ CCAS
CCASFLAGS
CPP'
ac_subdirs_all='aarch64
-csky
i386
m68k
sparc
@@ -2688,8 +2687,9 @@ subdirs="$subdirs aarch64"
subdirs="$subdirs arc"
;;
csky*-*-*)
- subdirs="$subdirs csky"
+ ac_config_files="$ac_config_files csky/Makefile"
+ subdirs="$subdirs csky"
;;
epiphany-*-*)
ac_config_files="$ac_config_files epiphany/Makefile"
@@ -5818,6 +5818,7 @@ do
case $ac_config_target in
"config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
"arc/Makefile") CONFIG_FILES="$CONFIG_FILES arc/Makefile" ;;
+ "csky/Makefile") CONFIG_FILES="$CONFIG_FILES csky/Makefile" ;;
"epiphany/Makefile") CONFIG_FILES="$CONFIG_FILES epiphany/Makefile" ;;
"m32r/Makefile") CONFIG_FILES="$CONFIG_FILES m32r/Makefile" ;;
"m68hc11/Makefile") CONFIG_FILES="$CONFIG_FILES m68hc11/Makefile" ;;