comparison build/linux/Makefile @ 87:ad0b851458ff jdk7-b26

Merge
author trims
date Tue, 22 Apr 2008 15:36:18 -0700
parents 485d403e94e1
children
comparison
equal deleted inserted replaced
3:8b0b3490194f 87:ad0b851458ff
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 #