summaryrefslogtreecommitdiff
path: root/solenv/gbuild
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-09-22 17:05:21 +0200
committerMichael Stahl <mstahl@redhat.com>2016-09-22 17:16:38 +0200
commitdf989df233d6af30cc081996707e85ee5acf2c8c (patch)
tree433878a56449ce965ae534df36039740ec249f71 /solenv/gbuild
parent9eac0d443d07949140d638e2fc43c2d312b62dd1 (diff)
gbuild: remove gb_CXXFLAGS += -mminimal-toc on PPC64
This did not take effect anyway because unxgcc.mk unconditionally overwrites it; see https://lists.freedesktop.org/archives/libreoffice/2016-September/075218.html Change-Id: I33a2ae9aae44d974d6b5466a2d7dae61ae5cc92c
Diffstat (limited to 'solenv/gbuild')
-rw-r--r--solenv/gbuild/platform/LINUX_POWERPC64_GCC.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/LINUX_POWERPC64_GCC.mk b/solenv/gbuild/platform/LINUX_POWERPC64_GCC.mk
index f90374fe80bc..1880b3bad1e4 100644
--- a/solenv/gbuild/platform/LINUX_POWERPC64_GCC.mk
+++ b/solenv/gbuild/platform/LINUX_POWERPC64_GCC.mk
@@ -9,7 +9,6 @@
#please make generic modifications to unxgcc.mk or linux.mk
gb_CPUDEFS += -DPPC
-gb_CXXFLAGS += -mminimal-toc
include $(GBUILDDIR)/platform/linux.mk