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

[Patch, moxie] Rebuild configure


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
+
+
+
+


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