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/alpha | |
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/alpha | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/Patches/alpha b/Patches/alpha deleted file mode 100644 index 422cd26..0000000 --- a/Patches/alpha +++ /dev/null @@ -1,19 +0,0 @@ -*** gc/Makefile.orig Thu Jun 24 10:08:17 1999 ---- gc/Makefile Thu Jun 24 10:08:54 1999 -*************** -*** 10,16 **** - ABI_FLAG= - CC=cc $(ABI_FLAG) - CXX=CC $(ABI_FLAG) -! AS=as $(ABI_FLAG) - # The above doesn't work with gas, which doesn't run cpp. - # Define AS as `gcc -c -x assembler-with-cpp' instead. - # Under Irix 6, you will have to specify the ABI (-o32, -n32, or -64) ---- 10,16 ---- - ABI_FLAG= - CC=cc $(ABI_FLAG) - CXX=CC $(ABI_FLAG) -! AS=gcc -c -x assembler-with-cpp - # The above doesn't work with gas, which doesn't run cpp. - # Define AS as `gcc -c -x assembler-with-cpp' instead. - # Under Irix 6, you will have to specify the ABI (-o32, -n32, or -64) |