diff options
| author | Richard Lowe <richlowe@richlowe.net> | 2012-06-25 21:03:47 -0400 |
|---|---|---|
| committer | Richard Lowe <richlowe@richlowe.net> | 2012-06-25 21:03:47 -0400 |
| commit | 1a5ea5323390ffdf86f171d238b41e381d2292b9 (patch) | |
| tree | d20709b641b6059042e071da73d1ffb159ae6fb6 /usr/src/lib/scsi | |
| parent | bde2df36223c26750e6e5e801907d885e088ee30 (diff) | |
| download | illumos-joyent-1a5ea5323390ffdf86f171d238b41e381d2292b9.tar.gz | |
3132 remove support for building with gcc 3
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Milan Jurik <milan.jurik@xylab.cz>
Approved by: Eric Schrock <eric.schrock@delphix.com>
Diffstat (limited to 'usr/src/lib/scsi')
| -rw-r--r-- | usr/src/lib/scsi/libses/Makefile.defs | 7 | ||||
| -rw-r--r-- | usr/src/lib/scsi/libsmp/Makefile.com | 7 |
2 files changed, 0 insertions, 14 deletions
diff --git a/usr/src/lib/scsi/libses/Makefile.defs b/usr/src/lib/scsi/libses/Makefile.defs index c4772bd68f..af9632f137 100644 --- a/usr/src/lib/scsi/libses/Makefile.defs +++ b/usr/src/lib/scsi/libses/Makefile.defs @@ -49,11 +49,4 @@ LIBS = $(DYNLIB) $(LINTLIB) CLEANFILES += \ ../common/ses_errno.c -# -# On SPARC, gcc 3.4 emits DWARF assembler directives for TLS data that are not -# understood by the Sun assembler. Until this problem is fixed, we turn down -# the amount of generated debugging information, which seems to do the trick. -# -$(__GNUC3)$(SPARC_BLD)CTF_FLAGS += -_gcc=-g1 - $(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC) diff --git a/usr/src/lib/scsi/libsmp/Makefile.com b/usr/src/lib/scsi/libsmp/Makefile.com index 4316313877..0e75a719c4 100644 --- a/usr/src/lib/scsi/libsmp/Makefile.com +++ b/usr/src/lib/scsi/libsmp/Makefile.com @@ -50,13 +50,6 @@ ROOTLIBDIR64 = $(ROOTSCSILIBDIR)/$(MACH64) CLEANFILES += \ ../common/smp_errno.c -# -# On SPARC, gcc 3.4 emits DWARF assembler directives for TLS data that are not -# understood by the Sun assembler. Until this problem is fixed, we turn down -# the amount of generated debugging information, which seems to do the trick. -# -$(__GNUC3)$(SPARC_BLD)CTF_FLAGS += -_gcc=-g1 - $(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC) .KEEP_STATE: |
