# ********************************************************************** # # Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved. # # This copy of Ice is licensed to you under the terms described in the # ICE_LICENSE file included in this distribution. # # ********************************************************************** # # This file is included by Make.rules when uname is SunOS. # # # If CXX is not defined anywhere, the default (from gmake) is g++. # CXX = CC # This variable is used to determine the machine type. # For SPARC machines: sun4u and sun4v # For x86/x64 machines: i86pc # MACHINE_TYPE := $(shell uname -m) ifeq ($(CXX),CC) # # Recent version of Sun CC # ifeq ($(LP64),yes) CXXARCHFLAGS += -m64 else CXXARCHFLAGS += -m32 endif # # wvarhidenmem,wvarhidemem: various name hiding # notemsource: Could not find source for