mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-06 04:30:36 +01:00
* use $(AS) instead of as for cross compiling
This commit is contained in:
parent
531cb20c02
commit
8ad66dbf27
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Makefile generated by fpcmake v0.99.13 [2000/02/09]
|
||||
# Makefile generated by fpcmake v0.99.13 [2000/03/22]
|
||||
#
|
||||
|
||||
defaultrule: all
|
||||
@ -1135,7 +1135,7 @@ vpath %.pp $(INC) $(PROCINC)
|
||||
#
|
||||
|
||||
%$(OEXT) : %.as
|
||||
as -o $*$(OEXT) $*.as
|
||||
$(AS) -o $*$(OEXT) $*.as
|
||||
|
||||
|
||||
#
|
||||
|
||||
@ -69,7 +69,7 @@ vpath %.pp $(INC) $(PROCINC)
|
||||
#
|
||||
|
||||
%$(OEXT) : %.as
|
||||
as -o $*$(OEXT) $*.as
|
||||
$(AS) -o $*$(OEXT) $*.as
|
||||
|
||||
|
||||
#
|
||||
|
||||
Loading…
Reference in New Issue
Block a user