1*7c478bd9Sstevel@tonic-gate# 2*7c478bd9Sstevel@tonic-gate# Copyright 2004 Sun Microsystems, Inc. All rights reserved. 3*7c478bd9Sstevel@tonic-gate# Use is subject to license terms. 4*7c478bd9Sstevel@tonic-gate# 5*7c478bd9Sstevel@tonic-gate# ident "%Z%%M% %I% %E% SMI" 6*7c478bd9Sstevel@tonic-gate# 7*7c478bd9Sstevel@tonic-gate 8*7c478bd9Sstevel@tonic-gateinclude ../Makefile.com 9*7c478bd9Sstevel@tonic-gateinclude $(SRC)/lib/Makefile.lib.64 10*7c478bd9Sstevel@tonic-gate 11*7c478bd9Sstevel@tonic-gate 12*7c478bd9Sstevel@tonic-gate# 13*7c478bd9Sstevel@tonic-gate# XX64 14*7c478bd9Sstevel@tonic-gate# work around the problem that gcc currently produces 15*7c478bd9Sstevel@tonic-gate# buggy gcc -mcmodel=small code 16*7c478bd9Sstevel@tonic-gate# 17*7c478bd9Sstevel@tonic-gateCFLAGS64 += $(C_PICFLAGS64) 18*7c478bd9Sstevel@tonic-gate 19*7c478bd9Sstevel@tonic-gateinstall: all 20