mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
Linux configuration name fixes
This commit is contained in:
parent
5887848eb4
commit
c55c62ed58
16
build-all.mk
16
build-all.mk
@ -119,14 +119,14 @@ endif
|
||||
ifeq ($(canonhost),i586-unknown-linux)
|
||||
canonhost := i486-linux
|
||||
endif
|
||||
ifeq ($(canonhost),i386-unknown-linuxelf)
|
||||
canonhost := i386-linuxelf
|
||||
ifeq ($(canonhost),i386-unknown-linuxaout)
|
||||
canonhost := i386-linuxaout
|
||||
endif
|
||||
ifeq ($(canonhost),i486-unknown-linuxelf)
|
||||
canonhost := i486-linuxelf
|
||||
ifeq ($(canonhost),i486-unknown-linuxaout)
|
||||
canonhost := i486-linuxaout
|
||||
endif
|
||||
ifeq ($(canonhost),i586-unknown-linuxelf)
|
||||
canonhost := i486-linuxelf
|
||||
ifeq ($(canonhost),i586-unknown-linuxaout)
|
||||
canonhost := i486-linuxaout
|
||||
endif
|
||||
|
||||
#
|
||||
@ -297,7 +297,7 @@ all: all-cygnus
|
||||
SHELL=/bin/bash
|
||||
endif
|
||||
|
||||
ifeq ($(patsubst %-linux,linux,$(patsubst %-linuxelf,linux,$(canonhost))),linux)
|
||||
ifeq ($(patsubst %-linux,linux,$(patsubst %-linuxaout,linux,$(canonhost))),linux)
|
||||
TARGETS = $(NATIVE)
|
||||
all: all-cygnus
|
||||
endif
|
||||
@ -318,7 +318,7 @@ ifeq ($(patsubst %-lynx,lynx,$(canonhost)),lynx)
|
||||
FLAGS_TO_PASS := $(FLAGS_TO_PASS) "GNU_MAKE=$(MAKE)" "CONFIG_SHELL=/bin/bash"
|
||||
endif
|
||||
|
||||
ifeq ($(patsubst %-linux,linux,$(patsubst %-linuxelf,linux,$(canonhost))),linux)
|
||||
ifeq ($(patsubst %-linux,linux,$(patsubst %-linuxaout,linux,$(canonhost))),linux)
|
||||
FLAGS_TO_PASS := $(FLAGS_TO_PASS) "GNU_MAKE=$(MAKE)"
|
||||
endif
|
||||
|
||||
|
@ -49,7 +49,7 @@ i[345]86-*-lynxos*) gdb_host=i386lynx ;;
|
||||
i[345]86-*-go32) gdb_host=go32
|
||||
gdb_serial_driver=ser-go32.c
|
||||
;;
|
||||
i[345]86-*-linux) gdb_host=linux ;;
|
||||
i[345]86-*-linux*) gdb_host=linux ;;
|
||||
i[345]86-*-mach) gdb_host=i386mach ;;
|
||||
i[345]86-*-sco3.2v4*) gdb_host=i386sco4 ;;
|
||||
i[345]86-*-sco*) gdb_host=i386sco ;;
|
||||
@ -182,7 +182,7 @@ i[345]86-*-sunos*) gdb_target=sun386 ;;
|
||||
i[345]86-*-sysv4*) gdb_target=i386v4 ;;
|
||||
i[345]86-*-sco*) gdb_target=i386v ;;
|
||||
i[345]86-*-sysv*) gdb_target=i386v ;;
|
||||
i[345]86-*-linux) gdb_target=linux ;;
|
||||
i[345]86-*-linux*) gdb_target=linux ;;
|
||||
|
||||
i960-*-bout) gdb_target=vxworks960 ;;
|
||||
i960-*-coff) gdb_target=nindy960 ;;
|
||||
|
@ -41,7 +41,7 @@ i[345]86-*-lynxos*) gdb_host=i386lynx ;;
|
||||
i[345]86-*-go32) gdb_host=go32
|
||||
gdb_serial_driver=ser-go32.c
|
||||
;;
|
||||
i[345]86-*-linux) gdb_host=linux ;;
|
||||
i[345]86-*-linux*) gdb_host=linux ;;
|
||||
i[345]86-*-mach) gdb_host=i386mach ;;
|
||||
i[345]86-*-sco3.2v4*) gdb_host=i386sco4 ;;
|
||||
i[345]86-*-sco*) gdb_host=i386sco ;;
|
||||
@ -168,7 +168,7 @@ i[345]86-*-sunos*) gdb_target=sun386 ;;
|
||||
i[345]86-*-sysv4*) gdb_target=i386v4 ;;
|
||||
i[345]86-*-sco*) gdb_target=i386v ;;
|
||||
i[345]86-*-sysv*) gdb_target=i386v ;;
|
||||
i[345]86-*-linux) gdb_target=linux ;;
|
||||
i[345]86-*-linux*) gdb_target=linux ;;
|
||||
|
||||
i960-*-bout) gdb_target=vxworks960 ;;
|
||||
i960-*-coff) gdb_target=nindy960 ;;
|
||||
|
Loading…
Reference in New Issue
Block a user