diff options
author | petede <none@none> | 2006-08-24 08:16:31 -0700 |
---|---|---|
committer | petede <none@none> | 2006-08-24 08:16:31 -0700 |
commit | ac204d0d8540b5aa1b97cb5de5984f6cb831c517 (patch) | |
tree | 08908b7a638dbaa6832571638048208d5c6a2a51 /usr/src/psm/stand/boot | |
parent | 47db7e746eb0bef03d3708b9d5b48f4ca49968ba (diff) | |
download | illumos-gate-ac204d0d8540b5aa1b97cb5de5984f6cb831c517.tar.gz |
6311077 Enabling ON compilation with Sun Studio 11 (Venus)
Diffstat (limited to 'usr/src/psm/stand/boot')
-rw-r--r-- | usr/src/psm/stand/boot/i386/Makefile.com | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/usr/src/psm/stand/boot/i386/Makefile.com b/usr/src/psm/stand/boot/i386/Makefile.com index a57dd079a2..06e00ac095 100644 --- a/usr/src/psm/stand/boot/i386/Makefile.com +++ b/usr/src/psm/stand/boot/i386/Makefile.com @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -114,6 +113,10 @@ CFLAGS += -xcache=0/16/0:0/16/0 # This should be globally enabled! # CFLAGS += $(CCVERBOSE) +# +# Inherit the debug format +# +CFLAGS += $(DEBUGFORMAT) YFLAGS = -d |