head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2007.09.03.07.26.02; author rse; state Exp; branches; next ; commitid fBdWrz7IRoFHcgws; desc @@ 1.1 log @new package: ustl 1.1.0 (Micro C++ Standard Template Library (STL)) @ text @Index: bsconf.c --- bsconf.c.orig 2007-09-02 21:49:02 +0200 +++ bsconf.c 2007-09-03 09:20:00 +0200 @@@@ -780,6 +780,7 @@@@ Substitute ("-Winline", "-Wno-inline"); } +#if 0 if ((g_SysType == sys_Linux) | (g_SysType == sys_Bsd)) Substitute ("@@SHBLDFL@@", "-shared -Wl,-soname=${LIBSOLNK}"); else if (g_SysType == sys_Mac) @@@@ -787,9 +788,12 @@@@ else if (g_SysType == sys_Sun) Substitute ("@@SHBLDFL@@", "-G"); else { +#endif Substitute ("BUILD_SHARED\t= 1 ", "#BUILD_SHARED\t= 1"); Substitute ("#BUILD_STATIC\t= 1", "BUILD_STATIC\t= 1 "); +#if 0 } +#endif if (g_SysType == sys_Mac) { Substitute (" @@libgcc_eh@@", ""); @