Kaydet (Commit) de103dcd authored tarafından Thorsten Behrens's avatar Thorsten Behrens

Removed special-casing for SunStudio brokenness

No point in cluttering makefile with workaround for unsupported
compiler.
üst bf2373da
...@@ -79,19 +79,8 @@ $(eval $(call gb_Library_add_exception_objects,vclcanvas,\ ...@@ -79,19 +79,8 @@ $(eval $(call gb_Library_add_exception_objects,vclcanvas,\
canvas/source/vcl/spritedevicehelper \ canvas/source/vcl/spritedevicehelper \
canvas/source/vcl/spritehelper \ canvas/source/vcl/spritehelper \
canvas/source/vcl/textlayout \ canvas/source/vcl/textlayout \
canvas/source/vcl/windowoutdevholder \
))
# Solaris Sparc with Sun Compiler: noopt
ifneq ($(strip($OS)),SOLARIS)
$(eval $(call gb_Library_add_exception_objects,vclcanvas,\
canvas/source/vcl/canvashelper_texturefill \ canvas/source/vcl/canvashelper_texturefill \
canvas/source/vcl/windowoutdevholder \
)) ))
else
$(eval $(call gb_Library_add_cxxobjects,vclcanvas,\
canvas/source/vcl/canvashelper_texturefill \
, $(gb_COMPILERNOOPTFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS) \
))
endif
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment