diff options
author | Thorsten Behrens <tbehrens@novell.com> | 2011-07-26 23:41:18 +0200 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2011-07-26 23:56:14 +0200 |
commit | de103dcd002087d433f166b592b4ff22ebb743cc (patch) | |
tree | fbc6c4f7b8ca80c18ff475ba36b9fb7d8a32abb0 | |
parent | bf2373daf50595c02741f63d941fda0462535d62 (diff) |
Removed special-casing for SunStudio brokenness
No point in cluttering makefile with workaround for unsupported
compiler.
-rw-r--r-- | canvas/Library_vclcanvas.mk | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/canvas/Library_vclcanvas.mk b/canvas/Library_vclcanvas.mk index 71415521f1d8..c86bea5a20ab 100644 --- a/canvas/Library_vclcanvas.mk +++ b/canvas/Library_vclcanvas.mk @@ -79,19 +79,8 @@ $(eval $(call gb_Library_add_exception_objects,vclcanvas,\ canvas/source/vcl/spritedevicehelper \ canvas/source/vcl/spritehelper \ 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/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: |