This is an automated email from the ASF dual-hosted git repository. truckman pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit 99dfeff67a9f0710f168f86c11e253cf6a509563 Author: Curtis Hamilton <[email protected]> AuthorDate: Thu Oct 3 09:20:40 2024 -0400 Add files via upload (cherry picked from commit fe0b5cc2044ffc7b8963aa96b372f5c4cac352ff) --- main/solenv/inc/unxfbsdp.mk | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/main/solenv/inc/unxfbsdp.mk b/main/solenv/inc/unxfbsdp.mk new file mode 100644 index 0000000000..76e89c9c30 --- /dev/null +++ b/main/solenv/inc/unxfbsdp.mk @@ -0,0 +1,31 @@ +#************************************************************** +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +#************************************************************** + + + +# mk file for Unix FreeBSD 64Bit PowerPC using GCC, inherit from +# ppc and add some flags + +.INCLUDE : unxfbsdppc.mk + +CDEFS+=-DPOWERPC64 +CFLAGSCXX+=-mminimal-toc +BUILD64=1
