14887Schin# 24887Schin# CDDL HEADER START 34887Schin# 44887Schin# The contents of this file are subject to the terms of the 54887Schin# Common Development and Distribution License (the "License"). 64887Schin# You may not use this file except in compliance with the License. 74887Schin# 84887Schin# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 94887Schin# or http://www.opensolaris.org/os/licensing. 104887Schin# See the License for the specific language governing permissions 114887Schin# and limitations under the License. 124887Schin# 134887Schin# When distributing Covered Code, include this CDDL HEADER in each 144887Schin# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 154887Schin# If applicable, add the following below this CDDL HEADER, with the 164887Schin# fields enclosed by brackets "[]" replaced with your own identifying 174887Schin# information: Portions Copyright [yyyy] [name of copyright owner] 184887Schin# 194887Schin# CDDL HEADER END 204887Schin# 21*8462SApril.Chin@Sun.COM 224887Schin# 23*8462SApril.Chin@Sun.COM# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 244887Schin# Use is subject to license terms. 254887Schin# 26*8462SApril.Chin@Sun.COM 274887Schin 284887Schin# Platform-specific config 294887Schin# Note that "HOSTTYPE" matches the value used by AT&T upstream. 305303SmeemASTPLATFORMCPPFLAGS = '-DHOSTTYPE="sol$(RELEASE_MINOR).sun4"' 314887Schin 324887Schin# platform-specific sources 334887SchinOBJECTS = \ 34*8462SApril.Chin@Sun.COM sparcv9/src/lib/libast/conftab.o \ 35*8462SApril.Chin@Sun.COM sparcv9/src/lib/libast/lctab.o 364887SchinOBJDIRS = \ 374887Schin sparcv9/src/lib/libast 384887Schin 394887Schininclude ../Makefile.com 404887Schininclude ../../Makefile.lib.64 414887Schin 424887Schin# Use -KPIC since libast is too big for -Kpic on 64bit 434887Schin# (and on 32bit it is close to the barrier) 444887Schinsparcv9_C_PICFLAGS = $(C_BIGPICFLAGS) 454887Schin 464887Schininstall: all $(ROOTLIBS64) $(ROOTLINKS64) 47