changeset 18121:23ee33de4cca

(NO_SHARED_LIBS): Test __alpha__ && ! __ELF__.
author Richard M. Stallman <rms@gnu.org>
date Mon, 02 Jun 1997 06:34:28 +0000
parents 112bc3055da6
children d5fb56e1813a
files src/s/netbsd.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/netbsd.h	Mon Jun 02 06:06:03 1997 +0000
+++ b/src/s/netbsd.h	Mon Jun 02 06:34:28 1997 +0000
@@ -3,7 +3,7 @@
 /* Get most of the stuff from bsd4.3 */
 #include "bsd4-3.h"
 
-#ifdef __alpha__
+#if defined (__alpha__) && !defined (__ELF__)
 #define NO_SHARED_LIBS
 #endif