blob: 8b819055bdf4fb67f2297627ab2e8b3b7d632191 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
Description: some macros in /usr/include/sys/regset.h
were causing conflicts in a lot of applications.
We have hidden them by the _I386_REGS macros,
and need them anyway for libm
Index: b/usr/src/lib/libm/Makefile.com
===================================================================
--- a/usr/src/lib/libm/Makefile.com
+++ b/usr/src/lib/libm/Makefile.com
@@ -327,7 +327,7 @@ ROBJS_amd64 = \
#
# atan2pif.o, sincosf.o, sincospif.o are for internal use only
#
-# LSARC/2003/279 adds the following:
+ LSARC/2003/279 adds the following:
# besself.o 6
# scalbf.o 1
# gammaf.o 1
@@ -514,6 +514,8 @@ LINTFLAGS64 += -errchk=longptr64
CFLAGS += $(C_BIGPICFLAGS)
CFLAGS64 += $(C_BIGPICFLAGS)
+CFLAGS += -D_I386_REGS
+
m9x_IL = $(LIBMDIR)/common/m9x/__fenv_$(TARGET_ARCH).il
SRCS_LD_i386_amd64 = \
|