]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
authorJason Merrill <jason@redhat.com>
Thu, 12 Jan 1995 21:14:50 +0000 (21:14 +0000)
committerJason Merrill <jason@redhat.com>
Thu, 12 Jan 1995 21:14:50 +0000 (21:14 +0000)
* configure.in (enable_shared stuff): Fix typo.

Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)

* Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.

configure.in

index 6fe680c1159cdf1a94abac0a61cfbe9f0847396b..5730b4029486d2c3e07ee83714f6754e58bf27bf 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