Switch to unified view
a/src/mk/SunOS | b/src/mk/SunOS | ||
---|---|---|---|
1 | include $(depth)/mk/commondefs |
1 | include $(depth)/mk/commondefs |
2 | include $(depth)/mk/localdefs |
2 | include $(depth)/mk/localdefs |
3 | 3 | ||
4 | ALL_CXXFLAGS = $(CXXFLAGS) $(COMMONCXXFLAGS) $(LOCALCXXFLAGS) \
|
4 | ALL_CXXFLAGS = $(CXXFLAGS) $(COMMONCXXFLAGS) $(LOCALCXXFLAGS) |
5 | -DPUTENV_ARG_NOT_CONST |
||
6 | 5 | ||
7 | CC = gcc |
6 | CC = gcc |
8 | CXX = g++ |
7 | CXX = g++ |
9 | 8 | ||
10 | LIBSYS = -lpthread -lnsl -lsocket -ldl |
9 | LIBSYS = -lpthread -lnsl -lsocket -ldl |