mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
Added solaris configuration support.
This commit is contained in:
5
config/mh-solaris2
Executable file
5
config/mh-solaris2
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
# Makefile changes for Suns running Solaris 2
|
||||||
|
|
||||||
|
SYSV = -DSYSV
|
||||||
|
RANLIB = echo >/dev/null
|
||||||
|
INSTALL = cp
|
@ -15,6 +15,7 @@ case "${host_os}" in
|
|||||||
aix*) host_makefile_frag=config/mh-aix ;;
|
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 ;;
|
||||||
|
solaris*) host_makefile_frag=config/mh-solaris2 ;;
|
||||||
sysv* | irix3) host_makefile_frag=config/mh-sysv ;;
|
sysv* | irix3) host_makefile_frag=config/mh-sysv ;;
|
||||||
sco*) host_makefile_frag=config/mh-sco ;;
|
sco*) host_makefile_frag=config/mh-sco ;;
|
||||||
irix4) host_makefile_frag=config/mh-irix4 ;;
|
irix4) host_makefile_frag=config/mh-irix4 ;;
|
||||||
|
Reference in New Issue
Block a user