From: H. Peter Anvin Date: Fri, 29 Aug 2003 19:01:46 +0000 (+0000) Subject: Update status X-Git-Tag: nasm-2.11.05~2238 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=68f2ac115883f2afc77cd6f010e63e661217740d;p=platform%2Fupstream%2Fnasm.git Update status --- diff --git a/Mkfiles/README b/Mkfiles/README index 471928b..0e0611a 100644 --- a/Mkfiles/README +++ b/Mkfiles/README @@ -15,10 +15,10 @@ The Makefiles are: Filename Target Compiler Notes --------------------------------------------------------------------------- - Makefile.b32 Win32 Borland C++ + Makefile.b32 Win32 Borland C++ OK as of NASM 0.98.37 Makefile.bc3 16-bit DOS Borland C++ OK as of NASM 0.98.34 Makefile.bor 16-bit DOS Turbo C (**) - Makefile.dj 32-bit DOS DJGPP OK as of NASM 0.98.31 + Makefile.dj 32-bit DOS DJGPP OK as of NASM 0.98.37 Makefile.djo 32-bit DOS DJGPP "Opus Make" version(**) Makefile.dl 32-bit DOS cc386 cc386 by David Lindauer Makefile.dos 16-bit DOS MSC 5 (**) @@ -33,8 +33,9 @@ The Makefiles are: (*) = 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. + arguments, such as -c, -o, -I and -O. Pre-ANSI compilers, + such as the "cc" distributed with SunOS 4.x, will not work. + If you find a system on which you need to use this, please write + and tell us which system. (**) = Probably obsolete, needs updating. -