Browse Source

* OPT is by default included for rtlopt/localopt

peter 26 years ago
parent
commit
8f6b17fdbf
2 changed files with 5 additions and 6 deletions
  1. 3 4
      compiler/Makefile
  2. 2 2
      compiler/Makefile.fpc

+ 3 - 4
compiler/Makefile

@@ -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
@@ -146,7 +146,6 @@ CPU_TARGET=i386
 endif
 
 # RTL
-RTLDIR=../rtl/$(OS_TARGET)
 UTILSDIR=../utils
 
 # Utils used by compiler development/installation
@@ -164,12 +163,12 @@ endif
 
 # Local options for the compiler only
 ifndef LOCALOPT
-LOCALOPT=
+LOCALOPT=$(OPT)
 endif
 
 # Options for the RTL only when cycling
 ifndef RTLOPTS
-RTLOPTS=
+RTLOPTS=$(OPT)
 endif
 
 # Message files

+ 2 - 2
compiler/Makefile.fpc

@@ -47,12 +47,12 @@ endif
 
 # Local options for the compiler only
 ifndef LOCALOPT
-LOCALOPT=
+LOCALOPT=$(OPT)
 endif
 
 # Options for the RTL only when cycling
 ifndef RTLOPTS
-RTLOPTS=
+RTLOPTS=$(OPT)
 endif
 
 # Message files