summaryrefslogtreecommitdiff
path: root/README.template
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1996-07-14 19:54:36 +0000
committerRoland McGrath <roland@redhat.com>1996-07-14 19:54:36 +0000
commit8b24ec18b0e35e8f781c4f808f2a36c99ce28b53 (patch)
tree79c44328fe4173133777b4f390f31953098b6297 /README.template
parentdf5ba0ef96bf7b3faac66bc03b7a14b6d981b61c (diff)
downloadgunmake-8b24ec18b0e35e8f781c4f808f2a36c99ce28b53.tar.gz
xref nonunix ports
Diffstat (limited to 'README.template')
-rw-r--r--README.template5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.template b/README.template
index 71f310a..6509a50 100644
--- a/README.template
+++ b/README.template
@@ -14,6 +14,11 @@ Some systems' Make programs are broken and cannot process the Makefile for
GNU Make. If you get errors from your system's Make when building GNU
Make, try using `build.sh' instead.
+See README.WIN32 for details about GNU Make on Windows NT or 95.
+See README.Amiga for details about GNU Make on AmigaDOS.
+The MSDOS port of GNU Make is available as part of DJGPP; see the
+WWW page http://www.delorie.com/djgpp/ for more information.
+
It has been reported that the XLC 1.2 compiler on AIX 3.2 is buggy such
that if you compile make with `cc -O' on AIX 3.2, it will not work correctly.
It is said that using `cc' without `-O' does work.