summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-09-11 11:36:38 +0200
committerMichael Stahl <mstahl@redhat.com>2014-09-12 16:22:49 +0000
commit715bf79404b268a2b3e5184dd2aa3b55097c67fc (patch)
tree541a156a0af0d9282bf8ffe6bc5dd1cf02875d8f /dbaccess
parente227d6141a9fedf4a35eb9ebee85fd7e09341bfe (diff)
dbaccess: remove optimization disabling workaround for GCC 4.2 bug
i#102305 was filed against OOo Linux baseline (some GCC 4.2.x); let's hope the current GCC versions that are required for C++11 work fine. Change-Id: I0ff00a44bb8fbb48845756cebd4ad69e0ab0c7aa Reviewed-on: https://gerrit.libreoffice.org/11395 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/Library_dbu.mk13
1 files changed, 1 insertions, 12 deletions
diff --git a/dbaccess/Library_dbu.mk b/dbaccess/Library_dbu.mk
index fa551c53121e..c9b4f409b818 100644
--- a/dbaccess/Library_dbu.mk
+++ b/dbaccess/Library_dbu.mk
@@ -251,6 +251,7 @@ $(eval $(call gb_Library_add_exception_objects,dbu,\
dbaccess/source/ui/uno/ColumnModel \
dbaccess/source/ui/uno/ColumnPeer \
dbaccess/source/ui/uno/composerdialogs \
+ dbaccess/source/ui/uno/copytablewizard \
dbaccess/source/ui/uno/dbinteraction \
dbaccess/source/ui/uno/DBTypeWizDlg \
dbaccess/source/ui/uno/DBTypeWizDlgSetup \
@@ -268,16 +269,4 @@ $(eval $(call gb_Library_add_exception_objects,dbu,\
))
endif
-# workaround for issue http://qa.openoffice.org/issues/show_bug.cgi?id=102305 Linux specific
-ifeq ($(COM),GCC)
-$(eval $(call gb_Library_add_cxxobjects,dbu,\
- dbaccess/source/ui/uno/copytablewizard \
- , $(gb_LinkTarget_EXCEPTIONFLAGS) $(gb_COMPILERNOOPTFLAGS) $(if $(call gb_LinkTarget__debug_enabled,dbu),$(gb_DEBUG_CFLAGS)) \
-))
-else
-$(eval $(call gb_Library_add_exception_objects,dbu,\
- dbaccess/source/ui/uno/copytablewizard \
-))
-endif
-
# vim: set noet sw=4 ts=4: