Fix for static gcc builds

This commit is contained in:
Ralph Lange
2002-11-12 10:17:21 +00:00
parent 77085e368c
commit cd6a141f37
+3 -1
View File
@@ -15,8 +15,10 @@ ARCH_CLASS = parisc
POSIX_CPPFLAGS_YES = -D_POSIX_C_SOURCE=199506L
POSIX_CPPFLAGS_NO =
POSIX_LDLIBS_YES +=
POSIX_LDLIBS_NO +=
# When compiling with gcc, static builds need two more libraries (*sigh*)
POSIX_LDLIBS_GNU_YES_STATIC_YES += -lpthread -l:libdld.sl
POSIX_LDLIBS_YES = $(POSIX_LDLIBS_GNU_$(GNU)_STATIC_$(STATIC_BUILD))
OP_SYS_CPPFLAGS = -D_HPUX_SOURCE -DHP_UX