Library_fwk.mk (4956baca) | Library_fwk.mk (8014634f) |
---|---|
1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 173 unchanged lines hidden (view full) --- 182 framework/source/uifactory/windowcontentfactorymanager \ 183 framework/source/xml/acceleratorconfigurationreader \ 184 framework/source/xml/acceleratorconfigurationwriter \ 185 framework/source/xml/imagesconfiguration \ 186 framework/source/xml/imagesdocumenthandler \ 187)) 188 189# i126622 - Base 4.1.2 does not open Tables and Queries in Mac OSX | 1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 173 unchanged lines hidden (view full) --- 182 framework/source/uifactory/windowcontentfactorymanager \ 183 framework/source/xml/acceleratorconfigurationreader \ 184 framework/source/xml/acceleratorconfigurationwriter \ 185 framework/source/xml/imagesconfiguration \ 186 framework/source/xml/imagesdocumenthandler \ 187)) 188 189# i126622 - Base 4.1.2 does not open Tables and Queries in Mac OSX |
190# Also affects FreeBSD 10.3 with clang 3.4.1. 191# Appears to be a clang optimization bug in versions less than 3.8.0 192ifeq ($(COM)$(CPUNAME),CLANGX86_64) | 190ifeq ($(OS),MACOSX) |
193 $(call gb_CxxObject_get_target,framework/source/loadenv/loadenv):\ 194 CXXFLAGS := $(gb_LinkTarget_CXXFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS) $(gb_COMPILERNOOPTFLAGS) 195endif 196 197# vim: set noet sw=4 ts=4: | 191 $(call gb_CxxObject_get_target,framework/source/loadenv/loadenv):\ 192 CXXFLAGS := $(gb_LinkTarget_CXXFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS) $(gb_COMPILERNOOPTFLAGS) 193endif 194 195# vim: set noet sw=4 ts=4: |