mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-05 10:46:19 +02:00
* OPT is by default included for rtlopt/localopt
This commit is contained in:
parent
11b8f997c7
commit
8f6b17fdbf
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Makefile generated by fpcmake v0.99.13 on 1999-11-25 23:47
|
# Makefile generated by fpcmake v0.99.13 on 1999-12-02 02:30
|
||||||
#
|
#
|
||||||
|
|
||||||
defaultrule: all
|
defaultrule: all
|
||||||
@ -146,7 +146,6 @@ CPU_TARGET=i386
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# RTL
|
# RTL
|
||||||
RTLDIR=../rtl/$(OS_TARGET)
|
|
||||||
UTILSDIR=../utils
|
UTILSDIR=../utils
|
||||||
|
|
||||||
# Utils used by compiler development/installation
|
# Utils used by compiler development/installation
|
||||||
@ -164,12 +163,12 @@ endif
|
|||||||
|
|
||||||
# Local options for the compiler only
|
# Local options for the compiler only
|
||||||
ifndef LOCALOPT
|
ifndef LOCALOPT
|
||||||
LOCALOPT=
|
LOCALOPT=$(OPT)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Options for the RTL only when cycling
|
# Options for the RTL only when cycling
|
||||||
ifndef RTLOPTS
|
ifndef RTLOPTS
|
||||||
RTLOPTS=
|
RTLOPTS=$(OPT)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Message files
|
# Message files
|
||||||
|
@ -47,12 +47,12 @@ endif
|
|||||||
|
|
||||||
# Local options for the compiler only
|
# Local options for the compiler only
|
||||||
ifndef LOCALOPT
|
ifndef LOCALOPT
|
||||||
LOCALOPT=
|
LOCALOPT=$(OPT)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Options for the RTL only when cycling
|
# Options for the RTL only when cycling
|
||||||
ifndef RTLOPTS
|
ifndef RTLOPTS
|
||||||
RTLOPTS=
|
RTLOPTS=$(OPT)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Message files
|
# Message files
|
||||||
|
Loading…
Reference in New Issue
Block a user