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

Enable newlib and libstdc++ for arm-wince-pe [PATCH]


I'm not entirely sure the implication of this change, but both newlib
and libstdc++ compile for arm-wince-pe. I'd like to remove them from
noconfigdirs.

Cheers,
Shaun


* configure.in: Remove newlib and libstdc++ from noconfigdirs for
arm-wince-pe.

diff -ur gcc-3.3-/configure.in gcc-3.3/configure.in
--- gcc-3.3-/configure.in	2003-06-30 16:09:45.000000000 -0600
+++ gcc-3.3/configure.in	2003-07-01 09:29:19.000000000 -0600
@@ -323,11 +323,11 @@
     noconfigdirs="$noconfigdirs tcl tix tk itcl libgui sim"
     noconfigdirs="$noconfigdirs expect dejagnu"
     # the C++ libraries don't build on top of CE's C libraries
-    noconfigdirs="$noconfigdirs ${libstdcxx_version}"
-    noconfigdirs="$noconfigdirs target-newlib"
+#    noconfigdirs="$noconfigdirs ${libstdcxx_version}"
+#    noconfigdirs="$noconfigdirs target-newlib"
     case "${host}" in
       *-*-cygwin*) ;; # keep gdb and readline
-      *) noconfigdirs="$noconfigdirs gdb readline ${libstdcxx_version}"
+      *) noconfigdirs="$noconfigdirs gdb readline"
 	 ;;
     esac
     ;;



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