config.table: Use mh-sparcpic for sparc*-*-*.

* config.table: Use mh-sparcpic for sparc*-*-*.

	* configure.in: Use mh-sparcpic for sparc*-*-*.

From-SVN: r33848
This commit is contained in:
Jakub Jelinek 2000-05-11 16:16:25 +02:00 committed by Jakub Jelinek
parent ef7615a002
commit 36348eab5d
6 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-05-10 Jakub Jelinek <jakub@redhat.com>
* config.table: Use mh-sparcpic for sparc*-*-*.
2000-05-08 Nick Clifton <nickc@cygnus.com>
* Makefile.in (CFILES): Add strncmp.c.

View File

@ -27,6 +27,7 @@ if [ "${shared}" = "yes" ]; then
i[3456]86-*-*) frags="${frags} ../../config/mh-x86pic" ;;
powerpc*-*-aix*) ;;
powerpc*-*-*) frags="${frags} ../../config/mh-ppcpic" ;;
sparc*-*-*) frags="${frags} ../../config/mh-sparcpic" ;;
*-*-*) frags="${frags} ../../config/mh-${host_cpu}pic" ;;
esac
fi

View File

@ -1,3 +1,7 @@
2000-05-10 Jakub Jelinek <jakub@redhat.com>
* configure.in: Use mh-sparcpic for sparc*-*-*.
2000-04-02 Zack Weinberg <zack@wolery.cumb.org>
* configure.in: Indent the # of #include_next one space.

View File

@ -82,6 +82,7 @@ if [ "${shared}" = "yes" ]; then
i[3456]86-*-*) frags="${frags} ../../config/mh-x86pic" ;;
powerpc*-*-aix*) ;;
powerpc*-*-*) frags="${frags} ../../config/mh-ppcpic" ;;
sparc*-*-*) frags="${frags} ../../config/mh-sparcpic" ;;
*-*-*) frags="${frags} ../../config/mh-${target_cpu}pic" ;;
esac
fi

View File

@ -1,3 +1,7 @@
2000-05-10 Jakub Jelinek <jakub@redhat.com>
* configure.in: Use mh-sparcpic for sparc*-*-*.
2000-04-24 Magnus Fromreide <magfr@lysator.liu.se>
* sstream: New file.

View File

@ -64,6 +64,7 @@ if [ "${shared}" = "yes" ]; then
i[3456]86-*-*) frags=../../config/mh-x86pic ;;
powerpc*-*-aix*) ;;
powerpc*-*-*) frags=../../config/mh-ppcpic ;;
sparc*-*-*) frags=../../config/mh-sparcpic ;;
*-*-*) frags=../../config/mh-${target_cpu}pic ;;
esac
case "${target}" in