diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-15 23:42:58 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-15 23:42:58 +0000 |
commit | 3c67ba63fe49eb98772c621befa986b0e8ec6bbc (patch) | |
tree | e6ad5341787fa143c7cb10c7384c960aecfa1ede /libiberty/config.table | |
parent | c86d77718da96c49f4ebb62ced265932245cbd3a (diff) | |
download | gcc-3c67ba63fe49eb98772c621befa986b0e8ec6bbc.tar.gz |
Update from Cygnus libiberty.
libiberty uses autoconf now.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19791 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/config.table')
-rw-r--r-- | libiberty/config.table | 45 |
1 files changed, 3 insertions, 42 deletions
diff --git a/libiberty/config.table b/libiberty/config.table index f302956725b..07f4baf8b06 100644 --- a/libiberty/config.table +++ b/libiberty/config.table @@ -1,50 +1,10 @@ case "${host}" in rs6000-ibm-aix3.1 | rs6000-ibm-aix) - frag=mh-aix - files=${xsrcdir}alloca-botch.h ;; - *-ibm-aix*) files=${xsrcdir}alloca-botch.h ;; - arm-*-riscix*) frag=mh-riscix ;; - m68k-apollo-bsd*) frag=mh-a68bsd ;; - m68k-apollo-sysv*) frag=mh-apollo68 ;; - i[3456]86-ncr-sysv4*) frag=mh-ncr3000 ;; + frag=mh-aix ;; *-*-cxux7*) frag=mh-cxux7 ;; - *-*-cygwin32) frag=mh-cygwin32 ;; - *-*-dgux*) frag=mh-sysv ;; *-*-freebsd2.1.*) frag=mh-fbsd21 ;; *-*-freebsd2.2.*) frag=mh-fbsd21 ;; - hppa*-hp-bsd*) frag=mh-hpbsd ;; - *-*-hpux*) frag=mh-hpux ;; - *-*-hiux*) frag=mh-hpux ;; - *-*-irix4*) frag=mh-irix4 ;; - *-*-irix*) frag=mh-sysv ;; - *-*-m88kbcs*) frag=mh-sysv ;; - *-*-solaris2*) frag=mh-sysv4 ;; - *-*-sysv4*) frag=mh-sysv4 ;; - *-*-sysv*) frag=mh-sysv ;; - *-*-go32) frag=mh-go32 ;; i[345]86-*-windows*) frag=mh-windows ;; - - *-*-vxworks5* | *-*-vxworks) - # VxWorks 5 needs special action, because the usual - # autoconfiguration scheme does not work. - frag=mt-vxworks5 - ;; - - i[3456]86-*-mingw32*) - # Mingw32 does not require strerror.o from REQUIRED_OFILES. - # Worse: it will not compile it because of an incompatible sys_errlist - # definition. - frag=mt-mingw32 - ;; -esac - -# Try to handle funky case of solaris 2 -> sun 4. -case "${host}" in - sparc-sun-sunos4.1.3) - if [ "${with_cross_host}" != "${host}" ] ; then - frag=mt-sunos4 - fi - ;; esac frags=$frag @@ -57,6 +17,7 @@ case "${enable_shared}" in esac if [ "${shared}" = "yes" ]; then case "${host}" in + *-*-cygwin32*) ;; hppa*-*-*) frags="${frags} ../../config/mh-papic" ;; i[3456]86-*-*) frags="${frags} ../../config/mh-x86pic" ;; *-*-*) frags="${frags} ../../config/mh-${host_cpu}pic" ;; @@ -83,4 +44,4 @@ for frag in ${frags}; do done frag=xhost-mkfrag -${config_shell} ${moveifchange} temp-frag xhost-mkfrag +${CONFIG_SHELL} ${libiberty_topdir}/move-if-change temp-frag xhost-mkfrag |