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:
authorAnthony Green <green@moxielogic.com>2014-12-11 14:54:44 +0300
committerAnthony Green <green@moxielogic.com>2014-12-11 14:54:44 +0300
commit070d1cee7d0e5616ca93ec02219e18816c79c640 (patch)
tree3cdc4f85c0a8eb422e0f4feadd992057a216170a /libgloss/moxie
parent4bfa0b5a36fd0569d78aa54ceb840f62c26eda45 (diff)
Rebuilt moxie/configure
Diffstat (limited to 'libgloss/moxie')
-rw-r--r--libgloss/moxie/configure16
1 files changed, 16 insertions, 0 deletions
diff --git a/libgloss/moxie/configure b/libgloss/moxie/configure
index 45233987e..94441c1f2 100644
--- a/libgloss/moxie/configure
+++ b/libgloss/moxie/configure
@@ -585,6 +585,8 @@ ac_unique_file="crt0.S"
ac_subst_vars='LTLIBOBJS
LIBOBJS
host_makefile_frag_path
+BUILD_CRT0_FALSE
+BUILD_CRT0_TRUE
CCASFLAGS
CCAS
RANLIB
@@ -2525,6 +2527,20 @@ test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
+case "${target}" in
+ moxie-*-moxiebox*)
+ BUILD_CRT0_TRUE='#'
+ BUILD_CRT0_FALSE=
+ ;;
+ *)
+ BUILD_CRT0_TRUE=
+ BUILD_CRT0_FALSE='#'
+ ;;
+esac
+
+
+
+
host_makefile_frag=${srcdir}/../config/default.mh
host_makefile_frag_path=$host_makefile_frag