diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
commit | e497906508084a5501f27a53a8ec0f23aa446e5b (patch) | |
tree | 152d32d807e92b14ac8ade604a4d650b637b1e93 /editors/xemacs/files/patch-aj | |
parent | A new index, with 3,403 ports, which is a nice number, being 41 times (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_5_0'.release/3.5.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 - |