summaryrefslogtreecommitdiff
path: root/Mkfiles/README
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-05-26 22:43:16 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-05-26 22:43:16 +0000
commit372aad95472f0b373bd907cda0668f916ee34a0c (patch)
treecdc8782f6182538832d362d96c6d3f1e6ca4330f /Mkfiles/README
parentf807fd8f0d3b0681650c2c37efda817ba0e1ed4b (diff)
downloadnasm-372aad95472f0b373bd907cda0668f916ee34a0c.tar.gz
Clean up Makefile.unx and document it better
Diffstat (limited to 'Mkfiles/README')
-rw-r--r--Mkfiles/README9
1 files changed, 8 insertions, 1 deletions
diff --git a/Mkfiles/README b/Mkfiles/README
index 6bde23b3..33dc7f75 100644
--- a/Mkfiles/README
+++ b/Mkfiles/README
@@ -26,6 +26,13 @@ The Makefiles are:
Makefile.os2 OS/2 Warp Borland C++
Makefile.sc 32-bit DOS Symantec C++ 7
Makefile.scw Win32 Symantec C++ 7
- Makefile.unx Unix cc use if "configure" fails
+ Makefile.unx Unix Any(*) use only if "configure" fails
Makefile.vc Win32 MS Visual C++ OK as of NASM 0.98.32
Makefile.wcw Win32 Watcom C
+
+
+(*) = This Makefile should work with any compiler which is ANSI
+ C89/ISO C90 compliant and that uses the standard Unix compiler
+ arguments, such as -c and -O. Pre-ANSI compilers, such as the
+ "cc" distributed with SunOS 4.x, will not work.
+