--- scp/source/global/udk_base.scp +++ scp/source/global/udk_base.scp @@ -3,37 +3,6 @@ // all file objects that are relevant for the udk base -// Temporary solution/hack: at the moment libstdc++.so and libgcc_s.so are -// needed for unxlngi4 environment (setup is linked against it). - -#if ! (defined (FREEBSD) || defined(MACOSX) || defined(NETBSD) ) -#if ( defined( _gcc3 ) && ( defined( C300 ) || defined( C322 ) )) - -File gid_File_Lib_gcc - TXT_FILE_BODY; - Name = STRING(libgcc_s.so.1); - Dir = GCFG_BINARY_DIR; - Styles = (PACKED, SETUPZIP); -End - - -File gid_File_Lib_Stdc - TXT_FILE_BODY; - Name = STRING(CONCAT2(libstdc++.so.,SHORTSTDCPP3)); - Dir = GCFG_BINARY_DIR; - Styles = (PACKED, SETUPZIP); -End - -Shortcut gid_Shortcut_Lib_Stdc - FileID = gid_File_Lib_Stdc; - Dir = GCFG_BINARY_DIR; - Name = STRING(libstdc++.so); - Styles = (NETWORK,RELATIVE); -End - -#endif -#endif - File gid_File_Lib_Sal TXT_FILE_BODY; #ifdef UNX