diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-21 18:15:36 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-21 18:15:36 +0000 |
commit | 70f89778c0f2f76bc2f8046e99cc55f2962ac9c2 (patch) | |
tree | 14c35099cfb4f4257c5e0b8e589d530fcb829468 /editors/xemacs/files/patch-aj | |
parent | Fix typo. (ghostscript55htff -> ghostscript55httf) (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_0'.release/4.1.0
Notes
Notes:
svn path=/head/; revision=30942
svn path=/tags/RELEASE_4_1_0/; revision=30943; tag=release/4.1.0
Diffstat (limited to 'editors/xemacs/files/patch-aj')
-rw-r--r-- | editors/xemacs/files/patch-aj | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/editors/xemacs/files/patch-aj b/editors/xemacs/files/patch-aj deleted file mode 100644 index ec7bc9284938..000000000000 --- a/editors/xemacs/files/patch-aj +++ /dev/null @@ -1,19 +0,0 @@ ---- ./src/s/freebsd.h~ Sun Sep 27 09:59:20 1998 -+++ ./src/s/freebsd.h Tue Nov 2 10:25:48 1999 -@@ -54,10 +54,15 @@ - #include <stddef.h> - #endif - #define LD_SWITCH_SYSTEM -+#ifdef __alpha__ -+#define START_FILES pre-crt0.o /usr/lib/crt1.o /usr/lib/crtbegin.o -+#define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtend.o -+#else - #define START_FILES pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o /usr/lib/crtbegin.o --#define UNEXEC unexelf.o - #define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtend.o /usr/lib/crtn.o -+#endif - #define LINKER "$(CC) -nostdlib" -+#define UNEXEC unexelf.o - #undef LIB_GCC - #define LIB_GCC - |