Makefile.cmd (a787240632bcb1404b9fd4583516b875d3f02c8b) | Makefile.cmd (8ad60789b9913d5b2118fe76d8cd7a661d8ae8b6) |
---|---|
1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License, Version 1.0 only 6# (the "License"). You may not use this file except in compliance 7# with the License. 8# --- 118 unchanged lines hidden (view full) --- 127NX_MAP_i386= $(SRC)/cmd/mapfile_noexdata 128NX_MAP_sparc= 129NX_MAP= $(NX_MAP_$(MACH)) 130NES_MAPFILE= $(SRC)/cmd/mapfile_noexstk $(NX_MAP) 131 132LDLIBS = $(LDLIBS.cmd) 133 134LDFLAGS.cmd = \ | 1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License, Version 1.0 only 6# (the "License"). You may not use this file except in compliance 7# with the License. 8# --- 118 unchanged lines hidden (view full) --- 127NX_MAP_i386= $(SRC)/cmd/mapfile_noexdata 128NX_MAP_sparc= 129NX_MAP= $(NX_MAP_$(MACH)) 130NES_MAPFILE= $(SRC)/cmd/mapfile_noexstk $(NX_MAP) 131 132LDLIBS = $(LDLIBS.cmd) 133 134LDFLAGS.cmd = \ |
135 $(STRIPFLAG) $(ENVLDFLAGS1) $(ENVLDFLAGS2) $(ENVLDFLAGS3) \ | 135 $(ENVLDFLAGS1) $(ENVLDFLAGS2) $(ENVLDFLAGS3) \ |
136 $(NES_MAPFILE:%=-M%) $(PGA_MAPFILE:%=-M%) 137 138LDFLAGS = $(LDFLAGS.cmd) 139 140LINTFLAGS= -axsm 141LINTFLAGS64= -axsm -Xarch=$(MACH64:sparcv9=v9) 142LINTOUT= lint.out 143 --- 279 unchanged lines hidden --- | 136 $(NES_MAPFILE:%=-M%) $(PGA_MAPFILE:%=-M%) 137 138LDFLAGS = $(LDFLAGS.cmd) 139 140LINTFLAGS= -axsm 141LINTFLAGS64= -axsm -Xarch=$(MACH64:sparcv9=v9) 142LINTOUT= lint.out 143 --- 279 unchanged lines hidden --- |