mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 04:39:28 +02:00
+ added -AGAS for crosscompilers
This commit is contained in:
parent
30edee0e47
commit
54cf737ebd
@ -31,6 +31,11 @@ ifndef OS_TARGET
|
||||
OS_TARGET=amiga
|
||||
endif
|
||||
|
||||
# use as68k if crosscompiling
|
||||
ifneq ($(OS_SOURCE),$(OS_TARGET))
|
||||
override OPT+= -AGAS
|
||||
endif
|
||||
|
||||
# What is the target processor :
|
||||
ifndef CPU
|
||||
#CPU=i386
|
||||
@ -245,7 +250,10 @@ include $(CFG)/makefile.def
|
||||
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.3 1998-10-13 08:07:01 pierre
|
||||
# Revision 1.4 1998-10-13 16:31:14 pierre
|
||||
# + added -AGAS for crosscompilers
|
||||
#
|
||||
# Revision 1.3 1998/10/13 08:07:01 pierre
|
||||
# * uses AS variable (can be set to as68k when crosscompiling)
|
||||
# * correct command line for sysamiga.pas
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user