summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc/i386/Makefile.com
diff options
context:
space:
mode:
authormike_s <none@none>2006-01-25 15:13:08 -0800
committermike_s <none@none>2006-01-25 15:13:08 -0800
commit7adeeb5aeae42d3b6a4686f45f1fcd4a78b5a459 (patch)
treef1a012eb52977eff51f3ebad9870abb41189fda1 /usr/src/lib/libc/i386/Makefile.com
parent141040e8a310da49386b596573e5dde5580572ec (diff)
downloadillumos-joyent-7adeeb5aeae42d3b6a4686f45f1fcd4a78b5a459.tar.gz
6373346 clean up some of the __GNUC references in the Makefiles
Diffstat (limited to 'usr/src/lib/libc/i386/Makefile.com')
-rw-r--r--usr/src/lib/libc/i386/Makefile.com8
1 files changed, 1 insertions, 7 deletions
diff --git a/usr/src/lib/libc/i386/Makefile.com b/usr/src/lib/libc/i386/Makefile.com
index 96544e7e7c..ed6944e5a3 100644
--- a/usr/src/lib/libc/i386/Makefile.com
+++ b/usr/src/lib/libc/i386/Makefile.com
@@ -20,7 +20,7 @@
# CDDL HEADER END
#
#
-# Copyright 2005 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"
@@ -917,7 +917,6 @@ CFLAGS += $(CCVERBOSE) $(CTF_FLAGS)
# This is necessary to avoid problems with calling _ex_unwind().
# We probably don't want any inlining anyway.
XINLINE = -xinline=
-$(__GNUC)XINLINE =
CFLAGS += $(XINLINE)
# Setting THREAD_DEBUG = -DTHREAD_DEBUG (make THREAD_DEBUG=-DTHREAD_DEBUG ...)
@@ -952,10 +951,6 @@ DYNFLAGS += $(SPECMAPFILE:%=-M %) $(PGA_MAPFILE:%=-M %) $(NX_MAP:%=-M%) \
-e __rtboot -M $(MAPFILE) $(RTLDINFO)
DYNFLAGS += $(EXTN_DYNFLAGS)
-# special case for fp/fpsetsticky.s
-$(__GNUC)pics/fpsetsticky.o := \
- ASFLAGS += --no-warn
-
BUILD.s= $(AS) $(ASFLAGS) $< -o $@
# Override this top level flag so the compiler builds in its native
@@ -1055,7 +1050,6 @@ TIL= \
unwind.o
THREADS_INLINES = $(LIBCBASE)/threads/i386.il
-$(__GNUC)THREADS_INLINES =
$(TIL:%=pics/%) := CFLAGS += $(THREADS_INLINES)
# pics/mul64.o := CFLAGS += $(LIBCBASE)/crt/mul64.il