This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] fix moxie-rtems configuration.


I just checked in the attached simple patch to fix the moxie-rtems
configuration.

Thanks,

AG


2010-10-01  Anthony Green  <green@moxielogic.com>

	* config.gcc: Fix moxie-*-rtems* configuration.


Index: gcc/config.gcc
===================================================================
--- gcc/config.gcc	(revision 164876)
+++ gcc/config.gcc	(working copy)
@@ -982,7 +982,7 @@
 	extra_options="${extra_options} linux.opt"
 	;;
 moxie-*-rtems*)
-	tmake_file="${tmake_file} moxie/t-moxie moxie/t-moxie-softfp
soft-fp/t-softfp moxie/t-rtems"
+	tmake_file="${tmake_file} moxie/t-moxie moxie/t-moxie-softfp
soft-fp/t-softfp t-rtems"
 	tm_file="moxie/moxie.h dbxelf.h elfos.h moxie/rtems.h rtems.h
newlib-stdint.h"
 	;;
 h8300-*-rtems*)



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