# target specific configuration information for sun3

TEST_INSTALL = test-90S # test-90D
VERIFY_GXX_INSTALLATION = foo_main #dfoo_main
#DYN_ALL = dyn-src dyn-tests

# Macros to generate SUN shared libraries
#DYN_GXXLIBS = ../dyn-src/libg++.so $(OSLIBS)
#PIC = pic
#DYN_SHLFLAGS = -f$(PIC)
#MKSHLIB = $(PREFIX)/bin/mkshlib

#SHARED_LIB_ENVIRON=\
# PIC="$(PIC)"\
# DYN_SHLFLAGS="$(DYN_SHLFLAGS)"\
# MKSHLIB="$(MKSHLIB)"

# This was to avoid a bug, which should be fixed now !
# we never want to deal with exceptions in libg++ (efficiency)
#GXX_OPTIMIZATION_FLAGS = -O2 -felide-constructors -fsave-memoized \
#			 -fno-handle-exceptions \
#			 -fno-defer-pop
#GCC_OPTIMIZATION_FLAGS = -O2 -fno-defer-pop

