6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
10 #
11
12 #
13 # Copyright 2011 Nexenta Systems, Inc. All rights reserved.
14 #
15
16 TARGET_ARCH= i386
17 include ../Makefile.com
18
19 #
20 # Without this option GCC will place floats into x87 (or wider) floating point
21 # registers, ending up with better-than-ieee precision.
22 #
23 CFLAGS += -_gcc=-ffloat-store
24 $(OBJS_M9XSSE) := CFLAGS += -xarch=sse2
25
26 install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
27
28 include ../Makefile.targ
|
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
10 #
11
12 #
13 # Copyright 2011 Nexenta Systems, Inc. All rights reserved.
14 #
15
16 TARGET_ARCH= i386
17 include ../Makefile.com
18
19 #
20 # Without this option GCC will place floats into x87 (or wider) floating point
21 # registers, ending up with better-than-ieee precision.
22 #
23 CFLAGS += -_gcc=-ffloat-store
24 $(OBJS_M9XSSE) := CFLAGS += -xarch=sse2
25
26 install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) $(ROOTCOMPATLINKS)
27
28 include ../Makefile.targ
|