diff options
| author | Gary Jennejohn <gj@FreeBSD.org> | 1999-11-18 20:56:15 +0000 |
|---|---|---|
| committer | Gary Jennejohn <gj@FreeBSD.org> | 1999-11-18 20:56:15 +0000 |
| commit | 7e477f978bf3d7891bf3d2d525bf69c82f1ba510 (patch) | |
| tree | ebcab79d9df427ed9ed063704891beecc0a5814d /editors/xemacs/files/patch-aj | |
| parent | Remove dead MASTER_SITE. (diff) | |
Add Marcel's patches for Alpha support. I could only check that these
patches apply without error. I don't have an Alpha to test on, but I assume
that Marcel knows what he's doing.
PR: addendum to 14916
Submitted by: marcel
Approved by: the maintainer
Notes
Notes:
svn path=/head/; revision=23186
Diffstat (limited to 'editors/xemacs/files/patch-aj')
| -rw-r--r-- | editors/xemacs/files/patch-aj | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/editors/xemacs/files/patch-aj b/editors/xemacs/files/patch-aj new file mode 100644 index 000000000000..ec7bc9284938 --- /dev/null +++ b/editors/xemacs/files/patch-aj @@ -0,0 +1,19 @@ +--- ./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 + |
