Browse Source

+ VERBOSE=1 to set -vwni (necessary due the -n)
* fixed OPT, now also passed to RTLOPTS

peter 27 years ago
parent
commit
3e8bbe3edd
1 changed files with 8 additions and 1 deletions
  1. 8 1
      compiler/Makefile

+ 8 - 1
compiler/Makefile

@@ -74,6 +74,9 @@ ifneq ($(findstring -di386,$(COMPILER)),)
 override LOCALDEF+=-dSUPPORT_MMX
 override LOCALDEF+=-dSUPPORT_MMX
 endif
 endif
 
 
+# include OPT also for the RTL (also needed to pass the RELEASE options
+# to the RTL !!)
+override RTLOPTS+=$(OPT)
 
 
 #####################################################################
 #####################################################################
 # Setup Targets
 # Setup Targets
@@ -329,7 +332,11 @@ $(M68KEXENAME): $(PASFILES) $(INCFILES)
 
 
 #
 #
 # $Log$
 # $Log$
-# Revision 1.11  1998-10-12 12:20:37  pierre
+# Revision 1.12  1998-10-22 19:15:46  peter
+#   + VERBOSE=1 to set -vwni (necessary due the -n)
+#   * fixed OPT, now also passed to RTLOPTS
+#
+# Revision 1.11  1998/10/12 12:20:37  pierre
 #   + added tai_const_symbol_offset
 #   + added tai_const_symbol_offset
 #     for r : pointer = @var.field;
 #     for r : pointer = @var.field;
 #   * better message for different arg names on implementation
 #   * better message for different arg names on implementation