]> git.eshelyaron.com Git - emacs.git/commitdiff
(NO_SHARED_LIBS): Test __alpha__ && ! __ELF__.
authorRichard M. Stallman <rms@gnu.org>
Mon, 2 Jun 1997 06:34:28 +0000 (06:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 2 Jun 1997 06:34:28 +0000 (06:34 +0000)
src/s/netbsd.h

index a5c3360c8de861ca257d6633315149c7ad7eabc4..280b316ee5f32dfbcc4ba147aba518cbd1fa705e 100644 (file)
@@ -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