mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 22:47:09 +01:00
* another overleft from ancient 1.0.x times removed
git-svn-id: trunk@18842 -
This commit is contained in:
parent
ebd1c11e70
commit
8a9763018f
File diff suppressed because it is too large
Load Diff
@ -1057,15 +1057,6 @@ ASNAME=$(BINUTILSPREFIX)as
|
||||
LDNAME=$(BINUTILSPREFIX)ld
|
||||
ARNAME=$(BINUTILSPREFIX)ar
|
||||
RCNAME=$(BINUTILSPREFIX)rc
|
||||
ifneq ($(findstring 1.0.,$(FPC_VERSION)),)
|
||||
ifeq ($(OS_TARGET),win32)
|
||||
ifeq ($(CROSSBINDIR),)
|
||||
ASNAME=asw
|
||||
LDNAME=ldw
|
||||
ARNAME=arw
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
# assembler, redefine it if cross compiling
|
||||
ifndef ASPROG
|
||||
|
||||
Loading…
Reference in New Issue
Block a user