Makefile.sparc64 revision 1.45
11.45Seeh# $NetBSD: Makefile.sparc64,v 1.45 2002/03/19 18:10:33 eeh Exp $ 21.45Seeh 31.45Seeh#========================================================================= 41.45Seeh# 51.45Seeh# ***** WARNING ****** 61.45Seeh# 71.45Seeh# ANYONE WHO CHANGES THIS MAKEFILE AND DOES NOT TEST BOTH A 32-BIT 81.45Seeh# AND 64-BIT KERNEL WILL BE SHOT. 91.45Seeh# 101.45Seeh#========================================================================= 111.45Seeh 121.1Seeh 131.1Seeh# Makefile for NetBSD 141.1Seeh# 151.1Seeh# This makefile is constructed from a machine description: 161.1Seeh# config machineid 171.1Seeh# Most changes should be made in the machine description 181.1Seeh# /sys/arch/sparc64/conf/``machineid'' 191.1Seeh# after which you should do 201.1Seeh# config machineid 211.1Seeh# Machine generic makefile changes should be made in 221.1Seeh# /sys/arch/sparc64/conf/Makefile.sparc64 231.1Seeh# after which config should be rerun for all machines of that type. 241.44Satatat# 251.44Satatat# To specify debugging, add the config line: makeoptions DEBUG="-g" 261.44Satatat# A better way is to specify -g only for a few files. 271.44Satatat# 281.44Satatat# makeoptions DEBUGLIST="uvm* trap if_*" 291.1Seeh 301.45Seeh# Default to 32-bit. Set the MACHINE_ARCH accordingly. 311.45Seeh# 321.45Seeh# You must also be using the correct toolchain or the kernel build 331.45Seeh# will fail. 341.45Seeh# 351.41SthorpejLP64?= no 361.41Sthorpej.if ${LP64} == "yes" 371.40SthorpejMACHINE_ARCH=sparc64 381.41Sthorpej.else 391.41SthorpejMACHINE_ARCH=sparc 401.41Sthorpej.endif 411.42Sjmc 421.42SjmcUSETOOLS?= no 431.44SatatatNEED_OWN_INSTALL_TARGET?=no 441.39Sthorpej.include <bsd.own.mk> 451.39Sthorpej 461.44Satatat## 471.44Satatat## (1) port identification 481.44Satatat## 491.1SeehSPARC64= $S/arch/sparc64 501.44SatatatGENASSYM= ${SPARC64}/sparc64/genassym.cf 511.1Seeh 521.44Satatat## 531.44Satatat## (2) compile settings 541.44Satatat## 551.45SeehCPPFLAGS+= -Dsparc64 -D__sparc64__ 561.40Sthorpej.if ${LP64} == "yes" 571.45Seeh# 64-bit kernels 581.45SeehCPPFLAGS+= -D_LP64 -Wa,-Av9a 591.45SeehAFLAGS+= -Wa,-Av9a 601.30Seeh.if defined(PROF) 611.45Seeh# Profiling is only supported in the medium low memory model. 621.45SeehCFLAGS+= -mcmodel=medlow 631.45Seeh.else 641.45Seeh# Since the kernel resides in the lower 32 bits, use medium low for now anyway. 651.40SthorpejCFLAGS+= -mcmodel=medlow 661.30Seeh.endif 671.45Seeh.else 681.45Seeh# 32-bit kernels 691.45SeehCPPFLAGS+= -m32 -Wa,-Av8plusa -mcpu=ultrasparc 701.45SeehAFLAGS+= -Wa,-Av8plusa 711.45Seeh.endif 721.45SeehCFLAGS+= -mno-fpu 731.45SeehAFLAGS+= -x assembler-with-cpp -traditional-cpp 741.31Seeh 751.44SatatatNOOPT_C= ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -O0 -c $< 761.44Satatat 771.44Satatat## 781.44Satatat## (3) libkern and compat 791.44Satatat## 801.44Satatat# KERN_AS= obj # bcopy, bzero, memcpy, memset, etc. are in locore.s 811.44Satatat 821.44Satatat## 831.44Satatat## (4) local objects, compile rules, and dependencies 841.44Satatat## 851.44SatatatMD_OBJS= locore.o 861.44SatatatMD_CFILES= 871.44SatatatMD_SFILES= ${SPARC64}/sparc64/locore.s 881.31Seeh 891.44Satatatlocore.o: ${SPARC64}/sparc64/locore.s assym.h 901.44Satatat ${NORMAL_S} 911.34Smrg 921.44Satatat## 931.44Satatat## (5) link settings 941.44Satatat## 951.44SatatatTEXTADDR?= 01000000 961.44SatatatDATAADDR?= 01800000 971.44SatatatLINKFORMAT= -n -T ${SPARC64}/conf/${KERN_LDSCRIPT} 981.40Sthorpej.if ${LP64} == "yes" 991.34SmrgKERN_LDSCRIPT?= kern.ldscript 1001.35Smrg.else 1011.35SmrgKERN_LDSCRIPT?= kern32.ldscript 1021.35Smrg.endif 1031.31Seeh 1041.44Satatat## 1051.44Satatat## (6) port specific target dependencies 1061.44Satatat## 1071.10Smrg 1081.44Satatat# depend on CPU configuration 1091.44Satatatbwtwo.o cgsix.o cgthree.o cgtwo.o cons.o dma.o esp.o fb.o if_ie.o: Makefile 1101.44Satatatms.c obio.o zs.c autoconf.o clock.o cpu.o disksubr.o locore.o: Makefile 1111.44Satatatmachdep.o mem.o openprom.o pmap.o vm_machdep.o: Makefile 1121.44Satatat 1131.44Satatat## 1141.44Satatat## (7) misc settings 1151.44Satatat## 1161.44Satatat 1171.44Satatat## 1181.44Satatat## (8) config(8) generated machinery 1191.44Satatat## 1201.10Smrg%INCLUDES 1211.1Seeh 1221.1Seeh%OBJS 1231.1Seeh 1241.1Seeh%CFILES 1251.1Seeh 1261.1Seeh%SFILES 1271.1Seeh 1281.1Seeh%LOAD 1291.2Smrg 1301.44Satatat%RULES 1311.1Seeh 1321.44Satatat## 1331.44Satatat## (9) port independent kernel machinery 1341.44Satatat## 1351.44Satatat.include "$S/conf/Makefile.kern.inc" 136