mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
* configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of mh-sco, since old workarounds no longer needed, and don't build ld, since libraries have weak symbols in COFF.
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
|
Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
|
||||||
|
|
||||||
|
SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
|
||||||
|
* configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
|
||||||
|
mh-sco, since old workarounds no longer needed, and don't
|
||||||
|
build ld, since libraries have weak symbols in COFF.
|
||||||
|
|
||||||
Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
|
Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
|
||||||
|
|
||||||
* Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
|
* Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
|
||||||
|
@ -108,6 +108,7 @@ case "${host}" in
|
|||||||
mips*-*-sysv*) host_makefile_frag=config/mh-riscos ;;
|
mips*-*-sysv*) host_makefile_frag=config/mh-riscos ;;
|
||||||
i[345]86-ncr-sysv4.3) host_makefile_frag=config/mh-ncrsvr43 ;;
|
i[345]86-ncr-sysv4.3) host_makefile_frag=config/mh-ncrsvr43 ;;
|
||||||
i[345]86-ncr-sysv4*) host_makefile_frag=config/mh-ncr3000 ;;
|
i[345]86-ncr-sysv4*) host_makefile_frag=config/mh-ncr3000 ;;
|
||||||
|
i[345]86-*-sco3.2v5*) host_makefile_frag=config/mh-sysv ;;
|
||||||
i[345]86-*-sco*) host_makefile_frag=config/mh-sco ;;
|
i[345]86-*-sco*) host_makefile_frag=config/mh-sco ;;
|
||||||
i[345]86-*-isc*) host_makefile_frag=config/mh-sysv ;;
|
i[345]86-*-isc*) host_makefile_frag=config/mh-sysv ;;
|
||||||
i[345]86-*-linux*) host_makefile_frag=config/mh-linux ;;
|
i[345]86-*-linux*) host_makefile_frag=config/mh-linux ;;
|
||||||
@ -415,7 +416,6 @@ case "${target}" in
|
|||||||
# but don't build gdb
|
# but don't build gdb
|
||||||
noconfigdirs="$noconfigdirs gdb target-libg++ target-libstdc++ target-libio target-librx"
|
noconfigdirs="$noconfigdirs gdb target-libg++ target-libstdc++ target-libio target-librx"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
i[345]86-*-win32)
|
i[345]86-*-win32)
|
||||||
# Can't build gdb for win32 if not native.
|
# Can't build gdb for win32 if not native.
|
||||||
# make/glob's configure uses some AC_TRY_RUN type tests
|
# make/glob's configure uses some AC_TRY_RUN type tests
|
||||||
@ -427,6 +427,11 @@ case "${target}" in
|
|||||||
i[345]86-*-pe)
|
i[345]86-*-pe)
|
||||||
noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio target-librx"
|
noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio target-librx"
|
||||||
;;
|
;;
|
||||||
|
i[345]86-*-sco3.2v5*)
|
||||||
|
# The linker does not yet know about weak symbols in COFF,
|
||||||
|
# and is not configured to handle mixed ELF and COFF.
|
||||||
|
noconfigdirs="$noconfigdirs gprof ld"
|
||||||
|
;;
|
||||||
i[345]86-*-sco*)
|
i[345]86-*-sco*)
|
||||||
noconfigdirs="$noconfigdirs gprof"
|
noconfigdirs="$noconfigdirs gprof"
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user