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-11 15:04:06 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-17 04:16:05 +0300
commit0c45c7ce673731a2e4d4360bf4e66a21b9a9b1ef (patch)
tree94219291a644664de2e5e7f590cf4e6e1bf816be /libgloss/configure
parent9a5f78d80e1623eada56254a66068e1885b23267 (diff)
libgloss: merge mn10200 configure script up a level
The mn10200-specific logic (setting up part_specific_obj) isn't used by the build anywhere -- looks like copy & paste left overs from mips. So punt that & merge the target_makefile_frag_path up to the top-level.
Diffstat (limited to 'libgloss/configure')
-rwxr-xr-xlibgloss/configure6
1 files changed, 4 insertions, 2 deletions
diff --git a/libgloss/configure b/libgloss/configure
index 667be0d89..098cd5198 100755
--- a/libgloss/configure
+++ b/libgloss/configure
@@ -733,7 +733,6 @@ ac_subdirs_all='aarch64
sparc
wince
mips
-mn10200
mn10300
arm'
@@ -2762,8 +2761,10 @@ subdirs="$subdirs aarch64"
host_makefile_frag=${srcdir}/config/ppc.mh
;;
mn10200-*-*)
- subdirs="$subdirs mn10200"
+ ac_config_files="$ac_config_files mn10200/Makefile"
+ subdirs="$subdirs mn10200"
+ target_makefile_frag=${srcdir}/config/mn10200.mt
;;
mn10300-*-*)
subdirs="$subdirs mn10300"
@@ -5917,6 +5918,7 @@ do
"sparc_leon/Makefile") CONFIG_FILES="$CONFIG_FILES sparc_leon/Makefile" ;;
"riscv/Makefile") CONFIG_FILES="$CONFIG_FILES riscv/Makefile" ;;
"rs6000/Makefile") CONFIG_FILES="$CONFIG_FILES rs6000/Makefile" ;;
+ "mn10200/Makefile") CONFIG_FILES="$CONFIG_FILES mn10200/Makefile" ;;
"cr16/Makefile") CONFIG_FILES="$CONFIG_FILES cr16/Makefile" ;;
"cris/Makefile") CONFIG_FILES="$CONFIG_FILES cris/Makefile" ;;
"crx/Makefile") CONFIG_FILES="$CONFIG_FILES crx/Makefile" ;;