[Patch, moxie] Rebuild configure
Anthony Green
green@moxielogic.com
Thu Dec 11 11:54:00 GMT 2014
One of my recent configury changes for the moxie target neglected to
include a rebuild configure file. Here's that change, which I am
checking in....
2014-12-11 Anthony Green <green@moxielogic.com>
* moxie/configure: Rebuilt.
Index: libgloss/moxie/configure
===================================================================
RCS file: /cvs/src/src/libgloss/moxie/configure,v
retrieving revision 1.2
diff -u -r1.2 configure
--- libgloss/moxie/configure 17 Jul 2013 06:14:27 -0000 1.2
+++ libgloss/moxie/configure 11 Dec 2014 11:51:02 -0000
@@ -585,6 +585,8 @@
ac_subst_vars='LTLIBOBJS
LIBOBJS
host_makefile_frag_path
+BUILD_CRT0_FALSE
+BUILD_CRT0_TRUE
CCASFLAGS
CCAS
RANLIB
@@ -2525,6 +2527,20 @@
+case "${target}" in
+ moxie-*-moxiebox*)
+ BUILD_CRT0_TRUE='#'
+ BUILD_CRT0_FALSE=
+ ;;
+ *)
+ BUILD_CRT0_TRUE=
+ BUILD_CRT0_FALSE='#'
+ ;;
+esac
+
+
+
+
More information about the Newlib
mailing list