From 3cd514df938252003ac3d3640156d6febf36fa76 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 26 Sep 2012 21:36:02 +0200 Subject: chart2: remove obsolete gcc 3.0.4 workaround Change-Id: I61e17cf9c7a96ddf251154e4590420ae4b4fdf27 --- chart2/Library_chartcontroller.mk | 8 -------- 1 file changed, 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 \ -- cgit