Makefile.master.64 (6a3e8e8695d5c7d1d18c6800d676990d7f61a2a4) | Makefile.master.64 (1a5ea5323390ffdf86f171d238b41e381d2292b9) |
---|---|
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 --- 68 unchanged lines hidden (view full) --- 77 78# 79# ld(1) requires the -64 option to create a 64-bit filter solely from a mapfile 80# 81MAPFILECLASS= -64 82 83CCNEEDED = -lCrun 84$(__GNUC64)CCNEEDED = -L$(GCCLIBDIR) -R$(GCCLIBDIR) -lstdc++ | 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 --- 68 unchanged lines hidden (view full) --- 77 78# 79# ld(1) requires the -64 option to create a 64-bit filter solely from a mapfile 80# 81MAPFILECLASS= -64 82 83CCNEEDED = -lCrun 84$(__GNUC64)CCNEEDED = -L$(GCCLIBDIR) -R$(GCCLIBDIR) -lstdc++ |
85$(__GNUC64)$(__GNUC3)CCNEEDED += -lgcc_s_$(MACH64) 86$(__GNUC64)$(__GNUC4)CCNEEDED += -lgcc_s | 85$(__GNUC64)CCNEEDED += -lgcc_s |
87 88BUILDCCC.SO= $(CCC) $(CCFLAGS) -o $@ $(GSHARED) $(DYNFLAGS) \ 89 $(PICS) $(EXTPICS) $(LDLIBS) $(CCNEEDED) 90MAPFILE.NGB = $(MAPFILE.NGB_$(MACH64)) | 86 87BUILDCCC.SO= $(CCC) $(CCFLAGS) -o $@ $(GSHARED) $(DYNFLAGS) \ 88 $(PICS) $(EXTPICS) $(LDLIBS) $(CCNEEDED) 89MAPFILE.NGB = $(MAPFILE.NGB_$(MACH64)) |