diff options
author | Roland McGrath <roland@redhat.com> | 1992-06-11 20:08:55 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-06-11 20:08:55 +0000 |
commit | 5ccd482b90a147f7f82532a1d3ac6fca1924d1ef (patch) | |
tree | c45517809e4533f4a794711e6a33f942630d4127 | |
parent | 3893d9217c54b7a710f3003ea4eef3b962cffb44 (diff) | |
download | gunmake-5ccd482b90a147f7f82532a1d3ac6fca1924d1ef.tar.gz |
Formerly compatMakefile.~26~
-rw-r--r-- | compatMakefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compatMakefile b/compatMakefile index a271813..bdbdd15 100644 --- a/compatMakefile +++ b/compatMakefile @@ -25,9 +25,6 @@ LDFLAGS = -g # Define these for your system as follows: # -DUSGr3 SVR3 (also define USG) # -DHPUX HP-UX (also define USG and USGr3 appropriately) -# -DHAVE_VFORK USG, but have vfork -# -DVFORK_MISSING Not USG, but no vfork -# -DNO_MINUS_C_MINUS_O cc can't handle "cc -c foo.c -o foo.o" # -DNO_ARCHIVES To disable `ar' archive support. # -DNO_FLOAT To avoid using floating-point numbers. # -DENUM_BITFIELDS If the compiler isn't GCC but groks enum foo:2. |