mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
remove gas from rs6000 build, use aix host fragment
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
|
||||||
|
|
||||||
|
* configure.in: remove gas from rs6000 build, use aix host fragment.
|
||||||
|
|
||||||
Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
|
Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
|
||||||
|
|
||||||
* configure: pass down site_option during recursion.
|
* configure: pass down site_option during recursion.
|
||||||
|
@ -12,6 +12,7 @@ srcname="gnu development package"
|
|||||||
# XXX - FIXME there needs to be a case for mh_dgux
|
# XXX - FIXME there needs to be a case for mh_dgux
|
||||||
|
|
||||||
case "${host_os}" in
|
case "${host_os}" in
|
||||||
|
aix*) host_makefile_frag=config/mh-aix ;;
|
||||||
m88kbcs) host_makefile_frag=config/mh-delta88;;
|
m88kbcs) host_makefile_frag=config/mh-delta88;;
|
||||||
sysv4*) host_makefile_frag=config/mh-sysv4 ;;
|
sysv4*) host_makefile_frag=config/mh-sysv4 ;;
|
||||||
sysv* | irix3) host_makefile_frag=config/mh-sysv ;;
|
sysv* | irix3) host_makefile_frag=config/mh-sysv ;;
|
||||||
@ -50,6 +51,7 @@ esac
|
|||||||
case "${target_cpu}" in
|
case "${target_cpu}" in
|
||||||
mips) configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'`
|
mips) configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'`
|
||||||
;;
|
;;
|
||||||
|
rs6000)configdirs=`echo ${configdirs} | sed -e 's/gas//'`
|
||||||
esac
|
esac
|
||||||
|
|
||||||
target_makefile_frag=config/mt-${bfd_target}
|
target_makefile_frag=config/mt-${bfd_target}
|
||||||
|
Reference in New Issue
Block a user