equal
deleted
inserted
replaced
16 # fields enclosed by brackets "[]" replaced with your own identifying |
16 # fields enclosed by brackets "[]" replaced with your own identifying |
17 # information: Portions Copyright [yyyy] [name of copyright owner] |
17 # information: Portions Copyright [yyyy] [name of copyright owner] |
18 # |
18 # |
19 # CDDL HEADER END |
19 # CDDL HEADER END |
20 # |
20 # |
21 # Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. |
21 # Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. |
22 # |
22 # |
23 PARFAIT_BUILD=no |
23 PARFAIT_BUILD=no |
24 |
24 |
25 include ../../make-rules/shared-macros.mk |
25 include ../../make-rules/shared-macros.mk |
26 |
26 |
73 CR7061011.patch CR6934836.patch \ |
73 CR7061011.patch CR6934836.patch \ |
74 CR7089799.patch CR6917338.patch \ |
74 CR7089799.patch CR6917338.patch \ |
75 CR7019368.patch CR6729252.patch \ |
75 CR7019368.patch CR6729252.patch \ |
76 MAP_TYPE_64_Bits.patch CR7167466.patch \ |
76 MAP_TYPE_64_Bits.patch CR7167466.patch \ |
77 CR7168611.patch CR7178717.patch \ |
77 CR7168611.patch CR7178717.patch \ |
78 CR7175995.patch |
78 CR7175995.patch CR7128313.patch |
79 |
79 |
80 # Fixup HOSTTYPE to match uname output and bits |
80 # Fixup HOSTTYPE to match uname output and bits |
81 HOSTTYPE32=sol11.$(shell uname -p) |
81 HOSTTYPE32=sol11.$(shell uname -p) |
82 HOSTTYPE64=sol11.$(shell uname -p)-64 |
82 HOSTTYPE64=sol11.$(shell uname -p)-64 |
83 |
83 |