25077843 switch harfbuzz binaries to default to 64-bit
authorNiveditha Rau <Niveditha.Rau@Oracle.COM>
Wed, 02 Nov 2016 11:00:37 -0700
changeset 7292 addd59c4ffea
parent 7291 30f79f6e5421
child 7293 a449e2e641be
25077843 switch harfbuzz binaries to default to 64-bit
components/desktop/harfbuzz/Makefile
--- a/components/desktop/harfbuzz/Makefile	Wed Nov 02 10:40:51 2016 -0700
+++ b/components/desktop/harfbuzz/Makefile	Wed Nov 02 11:00:37 2016 -0700
@@ -22,10 +22,9 @@
 #
 # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
 #
-# Prefer 32-bit over 64-bit for now.
-BUILD_BITS=32_and_64
+BUILD_BITS=		64_and_32
 # For now, all things built for C++11 require gcc.
-COMPILER= gcc
+COMPILER= 		gcc
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		harfbuzz
@@ -41,11 +40,7 @@
 
 # Requires newer version of gobject-introspection from Desktop, available in
 # S12 but not 11.3, so do not publish.
-ifeq ($(BUILD_TYPE), evaluation)
-BUILD_32_and_64=
-INSTALL_32_and_64=
-PUBLISH_STAMP=
-endif
+include $(WS_MAKE_RULES)/no-evaluation.mk
 
 include $(WS_MAKE_RULES)/common.mk