diff src/s/decosf4.0-static.h @ 48:56c54cf7c5b6 r19-16b90

Import from CVS: tag r19-16b90
author cvs
date Mon, 13 Aug 2007 08:56:04 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/s/decosf4.0-static.h	Mon Aug 13 08:56:04 2007 +0200
@@ -0,0 +1,13 @@
+/* Synched up with: Not in FSF. */
+
+#include "decosf4-0.h"
+
+#ifdef NOT_C_CODE
+/* This is to get rid of the definition that selects dynamic linking. */
+#undef LD_SWITCH_CALL_SHARED
+#ifdef USE_GCC
+#define LD_SWITCH_CALL_SHARED -static -Xlinker -non_shared
+#else
+#define LD_SWITCH_CALL_SHARED -non_shared
+#endif /* USE_GCC */
+#endif /* NOT_C_CODE */