* restore asw for win32 but only if CROSSBINDIR is not set

This commit is contained in:
pierre 2004-03-01 02:50:41 +00:00
parent 66187f0b2e
commit 831a8a275f
2 changed files with 274 additions and 271 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1002,9 +1002,11 @@ ARNAME=$(BINUTILSPREFIX)ar
RCNAME=$(BINUTILSPREFIX)rc
ifneq ($(findstring 1.0.,$(FPC_VERSION)),)
ifeq ($(OS_TARGET),win32)
ASNAME=as
LDNAME=ld
ARNAME=ar
ifeq ($(CROSSBINDIR),)
ASNAME=asw
LDNAME=ldw
ARNAME=arw
endif
endif
endif