comparison build/linux/Makefile @ 50:485d403e94e1

6452081: 3/4 Allow for Linux builds with Sun Studio Linux compilers Summary: (for Serguei) Allow for Linux builds with Sun Studio Linux compilers Reviewed-by: sspitsyn, ohair
author dcubed
date Wed, 12 Mar 2008 18:37:03 -0700
parents a61af66fc99e
children
comparison
equal deleted inserted replaced
49:31000d79ec71 50:485d403e94e1
76 endif 76 endif
77 77
78 # we need to set up LP64 correctly to satisfy sanity checks in adlc 78 # we need to set up LP64 correctly to satisfy sanity checks in adlc
79 ifneq ("$(filter $(LP64_ARCH),$(BUILDARCH))","") 79 ifneq ("$(filter $(LP64_ARCH),$(BUILDARCH))","")
80 MFLAGS += " LP64=1 " 80 MFLAGS += " LP64=1 "
81 endif
82
83 # pass USE_SUNCC further, through MFLAGS
84 ifdef USE_SUNCC
85 MFLAGS += " USE_SUNCC=1 "
81 endif 86 endif
82 87
83 # The following renders pathnames in generated Makefiles valid on 88 # The following renders pathnames in generated Makefiles valid on
84 # machines other than the machine containing the build tree. 89 # machines other than the machine containing the build tree.
85 # 90 #