mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +08:00
use the sun3 makefile fragment (PR 2729)
also, don't build things that don't work on the alpha
This commit is contained in:
@ -1,7 +1,15 @@
|
|||||||
|
Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
||||||
|
|
||||||
|
* configure.in: actually use the Sun3 makefile fragment that's in config/
|
||||||
|
|
||||||
Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
|
Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
|
||||||
|
|
||||||
* Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
|
* Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
|
||||||
|
|
||||||
|
Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
||||||
|
|
||||||
|
* configure.in: remove some program from Alpha targetted toolchains
|
||||||
|
|
||||||
Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
|
Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
|
||||||
|
|
||||||
* Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
|
* Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
|
||||||
|
@ -99,6 +99,7 @@ case "${host}" in
|
|||||||
*-ibm-aix*) host_makefile_frag=config/mh-aix ;;
|
*-ibm-aix*) host_makefile_frag=config/mh-aix ;;
|
||||||
*-bull-bosx*) host_makefile_frag=config/mh-aix ;;
|
*-bull-bosx*) host_makefile_frag=config/mh-aix ;;
|
||||||
*-sun-solaris2*) host_makefile_frag=config/mh-solaris ;;
|
*-sun-solaris2*) host_makefile_frag=config/mh-solaris ;;
|
||||||
|
m68k-sun-*) host_makefile_frag=config/mh-sun3 ;;
|
||||||
*-sun-*) host_makefile_frag=config/mh-sun ;;
|
*-sun-*) host_makefile_frag=config/mh-sun ;;
|
||||||
*-hp-hpux) host_makefile_frag=config/mh-hpux ;;
|
*-hp-hpux) host_makefile_frag=config/mh-hpux ;;
|
||||||
*-*-sysv4*) host_makefile_frag=config/mh-sysv4 ;;
|
*-*-sysv4*) host_makefile_frag=config/mh-sysv4 ;;
|
||||||
@ -148,6 +149,9 @@ fi
|
|||||||
# exist yet.
|
# exist yet.
|
||||||
|
|
||||||
case "${host}" in
|
case "${host}" in
|
||||||
|
alpha-dec-osf1)
|
||||||
|
configdirs=`echo ${configdirs} | sed -e 's/gdb/'`
|
||||||
|
;;
|
||||||
i[34]86-*-go32)
|
i[34]86-*-go32)
|
||||||
configdirs=`echo ${configdirs} | sed -e 's/tcl//;s/expect//;s/deja-gnu//'`
|
configdirs=`echo ${configdirs} | sed -e 's/tcl//;s/expect//;s/deja-gnu//'`
|
||||||
configdirs=`echo ${configdirs} | sed -e 's/make//;s/texinfo//'`
|
configdirs=`echo ${configdirs} | sed -e 's/make//;s/texinfo//'`
|
||||||
@ -158,6 +162,11 @@ case "${host}" in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
|
alpha-dec-osf1)
|
||||||
|
configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'`
|
||||||
|
configdirs=`echo ${configdirs} | sed -e 's/gdb//;s/emacs//;s/fileutils//'`
|
||||||
|
configdirs=`echo ${configdirs} | sed -e 's/grep//;s/libg++//'`
|
||||||
|
;;
|
||||||
rs6000-*-*)
|
rs6000-*-*)
|
||||||
configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'`
|
configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'`
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user