diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-09-26 21:36:02 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-09-28 16:46:11 +0200 |
commit | d26118611f108b12815a5e5735992cd591abd87b (patch) | |
tree | 8606d486fcdf647e9744e28931c1e21466508ca9 | |
parent | eecaca80bdcf9060a5dd06a835a2c1752b4fec01 (diff) |
chart2: remove obsolete gcc 3.0.4 workaround
Change-Id: I61e17cf9c7a96ddf251154e4590420ae4b4fdf27
-rw-r--r-- | chart2/Library_chartcontroller.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chart2/Library_chartcontroller.mk b/chart2/Library_chartcontroller.mk index 19220da8b5f9..7a0ea6fdbcb9 100644 --- a/chart2/Library_chartcontroller.mk +++ b/chart2/Library_chartcontroller.mk @@ -35,14 +35,6 @@ $(eval $(call gb_Library_set_include,chartcontroller,\ $(eval $(call gb_Library_use_sdk_api,chartcontroller)) -# TODO: is this still necessary? -# (from chart2/source/controller/dialogs/makefile.mk) -# # i26518 the gcc-3.0.4 requires to enhance the template-depth -# # this seems to be a compiler issue, so we recommend not to use 3.0.x anymore -# .IF "$(COM)"=="GCC" -# CFLAGS+=-ftemplate-depth-128 -# .ENDIF - $(eval $(call gb_Library_use_libraries,chartcontroller,\ basegfx \ chartcore \ |