Browse Source

+ No Intel and binary writer for linux=smaller executable

michael 26 years ago
parent
commit
1fc54ed702
1 changed files with 10 additions and 1 deletions
  1. 10 1
      compiler/Makefile

+ 10 - 1
compiler/Makefile

@@ -146,6 +146,12 @@ endif
 # to the RTL !!)
 # to the RTL !!)
 override RTLOPTS+=$(OPT)
 override RTLOPTS+=$(OPT)
 
 
+# We don't need the intel and binary writer on linux...
+ifdef inlinux
+override COMPILER+=-dNOAG386INT
+override COMPILER+=-dNOAG386BIN
+endif
+
 
 
 #####################################################################
 #####################################################################
 # Setup Targets
 # Setup Targets
@@ -393,7 +399,10 @@ $(M68KEXENAME): $(PASFILES) $(INCFILES)
 
 
 #
 #
 # $Log$
 # $Log$
-# Revision 1.34  1999-06-15 15:10:06  peter
+# Revision 1.35  1999-08-15 22:16:51  michael
+# + No Intel and binary writer for linux=smaller executable
+#
+# Revision 1.34  1999/06/15 15:10:06  peter
 #   * updated for samplecfg
 #   * updated for samplecfg
 #
 #
 # Revision 1.33  1999/06/08 22:11:27  peter
 # Revision 1.33  1999/06/08 22:11:27  peter