1*fe0b5cc2SCurtis Hamilton#************************************************************** 2*fe0b5cc2SCurtis Hamilton# 3*fe0b5cc2SCurtis Hamilton# Licensed to the Apache Software Foundation (ASF) under one 4*fe0b5cc2SCurtis Hamilton# or more contributor license agreements. See the NOTICE file 5*fe0b5cc2SCurtis Hamilton# distributed with this work for additional information 6*fe0b5cc2SCurtis Hamilton# regarding copyright ownership. The ASF licenses this file 7*fe0b5cc2SCurtis Hamilton# to you under the Apache License, Version 2.0 (the 8*fe0b5cc2SCurtis Hamilton# "License"); you may not use this file except in compliance 9*fe0b5cc2SCurtis Hamilton# with the License. You may obtain a copy of the License at 10*fe0b5cc2SCurtis Hamilton# 11*fe0b5cc2SCurtis Hamilton# http://www.apache.org/licenses/LICENSE-2.0 12*fe0b5cc2SCurtis Hamilton# 13*fe0b5cc2SCurtis Hamilton# Unless required by applicable law or agreed to in writing, 14*fe0b5cc2SCurtis Hamilton# software distributed under the License is distributed on an 15*fe0b5cc2SCurtis Hamilton# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*fe0b5cc2SCurtis Hamilton# KIND, either express or implied. See the License for the 17*fe0b5cc2SCurtis Hamilton# specific language governing permissions and limitations 18*fe0b5cc2SCurtis Hamilton# under the License. 19*fe0b5cc2SCurtis Hamilton# 20*fe0b5cc2SCurtis Hamilton#************************************************************** 21*fe0b5cc2SCurtis Hamilton 22*fe0b5cc2SCurtis Hamilton 23*fe0b5cc2SCurtis Hamilton 24*fe0b5cc2SCurtis Hamilton# mk file for Unix FreeBSD 64Bit PowerPC using GCC, inherit from 25*fe0b5cc2SCurtis Hamilton# ppc and add some flags 26*fe0b5cc2SCurtis Hamilton 27*fe0b5cc2SCurtis Hamilton.INCLUDE : unxfbsdppc.mk 28*fe0b5cc2SCurtis Hamilton 29*fe0b5cc2SCurtis HamiltonCDEFS+=-DPOWERPC64 30*fe0b5cc2SCurtis HamiltonCFLAGSCXX+=-mminimal-toc 31*fe0b5cc2SCurtis HamiltonBUILD64=1 32