diff options
author | wesolows <none@none> | 2006-03-30 16:06:07 -0800 |
---|---|---|
committer | wesolows <none@none> | 2006-03-30 16:06:07 -0800 |
commit | 80ab886d233f514d54c2a6bdeb9fdfd951bd6881 (patch) | |
tree | 0a7ee03b9e4951aa9aa2baa1d5479ac4bc92f070 /usr/src/tools/ctf | |
parent | 52aacb450723e8271d37836e1b5861c2072a3981 (diff) | |
download | illumos-gate-80ab886d233f514d54c2a6bdeb9fdfd951bd6881.tar.gz |
6242262 ON should be buildable with gcc
6268345 fmd is insufficiently careful with alignment
6271070 gcc and cmd/fm don't get along
6272173 cpumem diag module writes to constant memory, crashing fmd
6273907 gcc and cmd/syseventd don't get along
6308057 gcc and sgs/dis don't get along on SPARC
6359863 the C preprocessor is still feeling abused by token pasting
6359868 gcc and cmd/stmsboot still don't get along
6359878 gcc and lib/smartcard don't get along on sparc
6361816 gcc and perl don't get along
6370832 kernel should agree on C99 mode for studio and gcc
6372728 gcc and sata don't get along
6390345 cw inserts garbage when used as a preprocessor
6397680 gcc and smbios are not getting along
6399113 meta_namespace.c uses worrisome construct and is not gcc friendly
6403999 cw is ugly and hairy and needs a man
Diffstat (limited to 'usr/src/tools/ctf')
-rw-r--r-- | usr/src/tools/ctf/Makefile.ctf | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/usr/src/tools/ctf/Makefile.ctf b/usr/src/tools/ctf/Makefile.ctf index f777b557df..7b42b93bb6 100644 --- a/usr/src/tools/ctf/Makefile.ctf +++ b/usr/src/tools/ctf/Makefile.ctf @@ -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. @@ -20,7 +19,7 @@ # CDDL HEADER END # # -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. +# Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # ident "%Z%%M% %I% %E% SMI" @@ -39,16 +38,11 @@ include ../../../Makefile.tools # HDRDIRS= \ + -_gcc=-nostdinc \ -I../../common \ -I$(SRC) \ -I/usr/include \ -I$(SRC)/uts/common -$(__GNUC)HDRDIRS =\ - -I../../common \ - -I$(SRC) \ - -I$(SRC)/head \ - -I$(SRC)/uts/common - CPPFLAGS += $(HDRDIRS) CFLAGS += $(CCVERBOSE) |