Makefile.master (24da5b34f49324ed742a340010ed5bd3d4e06625) | Makefile.master (df4628cb18cef0a7960608d573d5a9b6cc9e29d5) |
---|---|
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 (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 541 unchanged lines hidden (view full) --- 550# /usr/lib/ld. 551# 552MAPFILE.NED_i386 = $(SRC)/common/mapfiles/i386/map.noexdata 553MAPFILE.NED_sparc = 554MAPFILE.NED = $(MAPFILE.NED_$(MACH)) 555MAPFILE.PGA = $(SRC)/common/mapfiles/$(MACH)/map.pagealign 556MAPFILE.NES = $(SRC)/common/mapfiles/common/map.noexstk 557MAPFILE.FLT = $(SRC)/common/mapfiles/common/map.filter | 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 (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 541 unchanged lines hidden (view full) --- 550# /usr/lib/ld. 551# 552MAPFILE.NED_i386 = $(SRC)/common/mapfiles/i386/map.noexdata 553MAPFILE.NED_sparc = 554MAPFILE.NED = $(MAPFILE.NED_$(MACH)) 555MAPFILE.PGA = $(SRC)/common/mapfiles/$(MACH)/map.pagealign 556MAPFILE.NES = $(SRC)/common/mapfiles/common/map.noexstk 557MAPFILE.FLT = $(SRC)/common/mapfiles/common/map.filter |
558MAPFILE.LEX = $(SRC)/common/mapfiles/common/map.lex.yy |
|
558 559# 560# Generated mapfiles that are compiler specific, and used throughout the 561# build. These mapfiles are not delivered in /usr/lib/ld. 562# 563MAPFILE.NGB_sparc= $(SRC)/common/mapfiles/gen/sparc_cc_map.noexeglobs 564$(__GNUC64)MAPFILE.NGB_sparc= \ 565 $(SRC)/common/mapfiles/gen/sparc_gcc_map.noexeglobs --- 500 unchanged lines hidden --- | 559 560# 561# Generated mapfiles that are compiler specific, and used throughout the 562# build. These mapfiles are not delivered in /usr/lib/ld. 563# 564MAPFILE.NGB_sparc= $(SRC)/common/mapfiles/gen/sparc_cc_map.noexeglobs 565$(__GNUC64)MAPFILE.NGB_sparc= \ 566 $(SRC)/common/mapfiles/gen/sparc_gcc_map.noexeglobs --- 500 unchanged lines hidden --- |