diff options
author | Akinori Ito <aito@eie.yz.yamagata-u.ac.jp> | 2001-11-09 04:59:17 +0000 |
---|---|---|
committer | Akinori Ito <aito@eie.yz.yamagata-u.ac.jp> | 2001-11-09 04:59:17 +0000 |
commit | 6c63633545c254dc085402e0f927a6826d1dd229 (patch) | |
tree | 0126fb5598304c713ea1276e294da9098b5df3b4 /Patches/newsos6 | |
parent | Initial revision (diff) | |
download | w3m-6c63633545c254dc085402e0f927a6826d1dd229.tar.gz w3m-6c63633545c254dc085402e0f927a6826d1dd229.zip |
Updates from 0.2.1 into 0.2.1-inu-1.5release-0-2-1-inu-1-5
Diffstat (limited to '')
-rw-r--r-- | Patches/newsos6 | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/Patches/newsos6 b/Patches/newsos6 deleted file mode 100644 index 4205511..0000000 --- a/Patches/newsos6 +++ /dev/null @@ -1,27 +0,0 @@ -diff -ur gc/Makefile gc/Makefile ---- gc/Makefile Sat Jul 24 02:53:34 1999 -+++ gc/Makefile Tue Nov 30 14:29:50 1999 -@@ -7,7 +7,7 @@ - # and runs some tests of collector and cords. Does not add cords or - # c++ interface to gc.a - # cord/de - builds dumb editor based on cords. --ABI_FLAG= -+ABI_FLAG=-KPIC - CC=cc $(ABI_FLAG) - CXX=CC $(ABI_FLAG) - AS=as $(ABI_FLAG) -Only in gc: Makefile.back -Only in gc: Makefile.orig -diff -ur gc/gcconfig.h gc/gcconfig.h ---- gc/gcconfig.h Fri Jul 9 05:03:22 1999 -+++ gc/gcconfig.h Tue Nov 30 14:30:11 1999 -@@ -64,7 +64,8 @@ - # endif - # if defined(mips) || defined(__mips) - # define MIPS --# if defined(ultrix) || defined(__ultrix) || defined(__NetBSD__) -+# if defined(ultrix) || defined(__ultrix) || defined(__NetBSD__) ||\ -+ defined(nec_ews) || defined(__sony_news) - # define ULTRIX - # else - # if defined(_SYSTYPE_SVR4) || defined(SYSTYPE_SVR4) || defined(__SYSTYPE_SVR4__) |