diff options
Diffstat (limited to 'editors/xemacs/files/patch-aj')
-rw-r--r-- | editors/xemacs/files/patch-aj | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/editors/xemacs/files/patch-aj b/editors/xemacs/files/patch-aj deleted file mode 100644 index 7fce080..0000000 --- a/editors/xemacs/files/patch-aj +++ /dev/null @@ -1,18 +0,0 @@ ---- src/s/freebsd.h.orig Thu Apr 12 20:24:42 2001 -+++ src/s/freebsd.h Sun Oct 7 23:31:09 2001 -@@ -56,9 +56,14 @@ - #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 UNEXEC "unexelf.o" - #define LINKER "$(CC) -nostdlib" - #undef LIB_GCC - #define LIB_GCC |