m68k entry i forgot to check in
[deliverable/binutils-gdb.git] / configure.in
index 6fe680c1159cdf1a94abac0a61cfbe9f0847396b..236436ea52bfc247feb807844b404b5d19ce2307 100644 (file)
@@ -168,7 +168,7 @@ if [ x${enable_shared} = xyes ]; then
   case "${host}" in
     hppa*-*-*)         waugh=config/mh-papic ;;
     i[345]86-*-*)      waugh=config/mh-x86pic ;;
-    *-*-*)             waugh=config/mh-${target_cpu}pic ;;
+    *-*-*)             waugh=config/mh-${host_cpu}pic ;;
   esac
   if [ -n "${host_makefile_frag}" ] && [ -f ${srcdir}/${waugh} ]; then
     cat ${srcdir}/${host_makefile_frag} > mh-frag
@@ -344,9 +344,16 @@ case "${target}" in
     ;;
 # start-sanitize-arc
   arc-*-*)
+    # Leave g++ for later.
     noconfigdirs="$noconfigdirs libg++ libstdc++ libio librx"
     ;;
 # end-sanitize-arc
+# start-sanitize-psion
+  arm-*-pe*)
+    # Leave g++ for later.
+    noconfigdirs="$noconfigdirs libg++ libstdc++ libio librx"
+    ;;
+# end-sanitize-psion
   arm-*-*)
     noconfigdirs="$noconfigdirs ld"
     ;;
This page took 0.024438 seconds and 4 git commands to generate.