Changed to gnu compiler for depends rule.
This commit is contained in:
@@ -52,7 +52,11 @@ STATIC_LDFLAGS_NO=
|
||||
STATIC_LDLIBS_YES= -Bdynamic
|
||||
STATIC_LDLIBS_NO=
|
||||
|
||||
SHRLIB_LDFLAGS_YES = -G -h $@
|
||||
SHRLIB_LDFLAGS_YES = -G -h $@
|
||||
|
||||
DEPENDS_FLAG = -xM1
|
||||
# gnu compiler used because Sun compiler output
|
||||
# includes headers from /opt/SUNWspro and does
|
||||
# not work for c++ headers without .h suffix.
|
||||
DEPENDS_FLAG = -MM
|
||||
DEPENDS.cpp = g++
|
||||
|
||||
|
||||
Reference in New Issue
Block a user