diff options
Diffstat (limited to 'usr/src/lib')
| -rw-r--r-- | usr/src/lib/libc/i386/Makefile.com | 8 | ||||
| -rw-r--r-- | usr/src/lib/openssl/Makefile.openssl | 4 |
2 files changed, 3 insertions, 9 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 diff --git a/usr/src/lib/openssl/Makefile.openssl b/usr/src/lib/openssl/Makefile.openssl index 954963b2f6..50f70c6435 100644 --- a/usr/src/lib/openssl/Makefile.openssl +++ b/usr/src/lib/openssl/Makefile.openssl @@ -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" @@ -83,4 +83,4 @@ OPENSSL_LDFLAGS += -L$(PARENT_ROOT)$(SFWLIBDIR) OPENSSL_LDFLAGS += -L$(SFWLIBDIR) OPENSSL_DYNFLAGS = -R $(SFWLIBDIR) -$(__GNUC)CFLAGS += -_gcc=-fasm +CFLAGS += -_gcc=-fasm |
