make/solaris/makefiles/vm.make

changeset 9819
cd47e690607d
parent 9634
d1520f0c3524
child 9852
70aa912cebe5
child 9896
1b8c45b8216a
equal deleted inserted replaced
9818:e67abc2d032f 9819:cd47e690607d
107 # Do not use C++ exception handling 107 # Do not use C++ exception handling
108 CFLAGS += $(CFLAGS/NOEX) 108 CFLAGS += $(CFLAGS/NOEX)
109 109
110 # Extra flags from gnumake's invocation or environment 110 # Extra flags from gnumake's invocation or environment
111 CFLAGS += $(EXTRA_CFLAGS) 111 CFLAGS += $(EXTRA_CFLAGS)
112 ASFLAGS += $(EXTRA_ASFLAGS)
112 113
113 # Math Library (libm.so), do not use -lm. 114 # Math Library (libm.so), do not use -lm.
114 # There might be two versions of libm.so on the build system: 115 # There might be two versions of libm.so on the build system:
115 # libm.so.1 and libm.so.2, and we want libm.so.1. 116 # libm.so.1 and libm.so.2, and we want libm.so.1.
116 # Depending on the Solaris release being used to build with, 117 # Depending on the Solaris release being used to build with,

mercurial