* m/amdx86-64.h: Add defines for OpenBSD x86-64.

This commit is contained in:
Chong Yidong 2006-10-29 21:48:58 +00:00
parent b4e4dc3c1f
commit 1dbfd8e389
2 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2006-10-29 Jeramey Crawford <jeramey@jeramey.com>
* m/amdx86-64.h: Add defines for OpenBSD x86-64.
2006-10-29 Juanma Barranquero <lekktu@gmail.com>
* window.c (Fdisplay_buffer): Fix typo in docstring.

View file

@ -118,7 +118,14 @@ Boston, MA 02110-1301, USA. */
#undef LIB_STANDARD
#define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtn.o
#else /* !__FreeBSD__ */
#elif defined(__OpenBSD__)
#undef START_FILES
#define START_FILES pre-crt0.o /usr/lib/crt0.o /usr/lib/crtbegin.o
#undef LIB_STANDARD
#define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtend.o
#else /* !__OpenBSD__ && !__FreeBSD__ */
#undef START_FILES
#define START_FILES pre-crt0.o /usr/lib64/crt1.o /usr/lib64/crti.o