From: Jason Merrill Date: Thu, 12 Jan 1995 21:14:50 +0000 (+0000) Subject: Thu Jan 12 13:13:23 1995 Jason Merrill X-Git-Tag: gdb-4_18-branchpoint~12716 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cf432be26903412c5f61d35d71b4ef66be4e2101;p=thirdparty%2Fbinutils-gdb.git Thu Jan 12 13:13:23 1995 Jason Merrill * 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*. --- diff --git a/configure.in b/configure.in index 6fe680c1159..5730b402948 100644 --- a/configure.in +++ b/configure.in @@ -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