]> code.delx.au - gnu-emacs/blobdiff - src/s/sol2-4.h
(LIBXMU): Don't bother testing CANNOT_DUMP.
[gnu-emacs] / src / s / sol2-4.h
index 7d224611cff1f5b88c9abe14ca12245b06012541..0744ae7773d4c4000484a2269707ee0f77e95254 100644 (file)
 #undef C_SWITCH_SYSTEM
 #undef const
 #endif /* __GNUC__ */
+
+#undef LD_SWITCH_SYSTEM
+
+#ifndef __GNUC__
+#define LD_SWITCH_SYSTEM_TEMACS -L/usr/ccs/lib LD_SWITCH_X_SITE_AUX -R/usr/dt/lib -L/usr/dt/lib
+#else /* GCC */
+/* We use ./prefix-args because we don't know whether LD_SWITCH_X_SITE_AUX
+   has anything in it.  It can be empty.
+   This works ok in temacs.  */
+#define LD_SWITCH_SYSTEM_TEMACS -L/usr/ccs/lib \
+ `./prefix-args -Xlinker LD_SWITCH_X_SITE_AUX` -R/usr/dt/lib -L/usr/dt/lib
+#endif /* GCC */
+
+/* Gregory Neil Shapiro <gshapiro@hhmi.org> reports the Motif header files
+   are in this directory on Solaris 2.4.  */
+#define C_SWITCH_X_SYSTEM -I/usr/dt/include
+