6738027 After Xserver B97b packages were installed, the keyboard is disabled on the login screen nv_97a
authorAlan Coopersmith <Alan.Coopersmith@Sun.COM>
Tue, 19 Aug 2008 14:20:01 -0700
changeset 507 dac240d465a4
parent 506 197dd8a02ace
child 508 ccef687162e4
6738027 After Xserver B97b packages were installed, the keyboard is disabled on the login screen
open-src/common/Makefile.init
--- a/open-src/common/Makefile.init	Fri Aug 15 14:11:42 2008 -0700
+++ b/open-src/common/Makefile.init	Tue Aug 19 14:20:01 2008 -0700
@@ -29,7 +29,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-# @(#)Makefile.init	1.1	08/08/07
+# @(#)Makefile.init	1.2	08/08/19
 #
 
 # Use ksh93 for shell commands in Makefiles so that builds are the same
@@ -90,7 +90,7 @@
 ## Sun Studio
 CC_suncc		= cc
 CXX_suncc		= CC
-OPT_FLAGS_suncc		= -xO4 -xbuiltin -xlibmil -xprefetch -xdepend
+OPT_FLAGS_suncc		= -xO4 -xbuiltin=%none -xlibmil -xprefetch -xdepend
 DEBUG_FLAGS_suncc	= -g
 $(BUILD_DEBUG:yes=) DEBUG_OR_OPT_FLAGS_suncc = $(DEBUG_FLAGS_suncc)
 $(BUILD_DEBUG:yes=$(POUND_SIGN)) DEBUG_OR_OPT_FLAGS_suncc = $(OPT_FLAGS_suncc)