diff options
author | Jason Merrill <jason@redhat.com> | 1995-04-25 01:07:46 +0000 |
---|---|---|
committer | Jason Merrill <jason@redhat.com> | 1995-04-25 01:07:46 +0000 |
commit | c55c62ed589fc0472d441e3cc0876b31f3948740 (patch) | |
tree | 0a5ebb181ba2eec552beca60b5872c5ba062b71e /build-all.mk | |
parent | 5887848eb4bc93ff212717e241bc30430142c91f (diff) | |
download | gdb-c55c62ed589fc0472d441e3cc0876b31f3948740.zip gdb-c55c62ed589fc0472d441e3cc0876b31f3948740.tar.gz gdb-c55c62ed589fc0472d441e3cc0876b31f3948740.tar.bz2 |
Linux configuration name fixes
Diffstat (limited to 'build-all.mk')
-rw-r--r-- | build-all.mk | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/build-all.mk b/build-all.mk index ab7ce5c..0e1fd3e 100644 --- a/build-all.mk +++ b/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 |