mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
12 lines
581 B
Plaintext
12 lines
581 B
Plaintext
--- src/runtime/include/asm-base.h-- Thu Aug 6 13:40:30 1998
|
|
+++ src/runtime/include/asm-base.h Mon Feb 1 15:33:00 1999
|
|
@@ -16,7 +16,7 @@
|
|
#define FALSE 0
|
|
#define TRUE 1
|
|
|
|
-#if (!defined(GLOBALS_HAVE_UNDERSCORE)) && (defined(OPSYS_SUNOS) || defined(OPSYS_FREEBSD) || defined(OPSYS_NETBSD) || defined(OPSYS_NEXTSTEP) || defined(OPSYS_WIN32))
|
|
+#if (!defined(GLOBALS_HAVE_UNDERSCORE)) && (defined(OPSYS_SUNOS) || (defined(OPSYS_FREEBSD) && !defined(__ELF__)) || defined(OPSYS_NETBSD) || defined(OPSYS_NEXTSTEP) || defined(OPSYS_WIN32))
|
|
# define GLOBALS_HAVE_UNDERSCORE
|
|
#endif
|
|
|