7109368 imake incorrectly emitting 64-bit library paths for 32-bit apps s11u1_10
authorAlan Coopersmith <Alan.Coopersmith@Oracle.COM>
Mon, 13 Feb 2012 11:06:19 -0800
changeset 1242 8b07e38911a0
parent 1241 f74e41f8cc9b
child 1243 ae7306083bdb
7109368 imake incorrectly emitting 64-bit library paths for 32-bit apps
open-src/util/imake/Makefile
--- a/open-src/util/imake/Makefile	Mon Jan 30 12:21:00 2012 -0800
+++ b/open-src/util/imake/Makefile	Mon Feb 13 11:06:19 2012 -0800
@@ -1,6 +1,6 @@
 ###############################################################################
 #
-# Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
 # copy of this software and associated documentation files (the "Software"),
@@ -40,6 +40,11 @@
 SUNTOUCHED_MANPAGES=*.man
 MODULE_STABILITY=Uncommitted
 
+# Build 32-bit so that the default flags it sets in generated Makefiles are 
+# 32-bit, requiring users to request 64-bit flags when they want them.
+BUILD_TYPES_SET=yes
+BUILD_TYPES=32
+
 # Additional flags to pass to configure script
 MODULE_CONFIG_OPTS  = --enable-mkdirhier \
  --disable-ccmakedep --disable-cleanlinks --disable-makeg \