Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f49d413

Browse files
committed
This should fix Stan's USE_POSIX_SIGNALS problem as well
1 parent 9efbe8d commit f49d413

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/makefiles/Makefile.hpux

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ HPUX_MAJOR= $(shell uname -r|sed 's/^[^.]*\.\([^.]*\).*/\1/')
22
# HP-UX 10 has a select() in libcurses, so we need to get the libc version first
33
ifeq ($(HPUX_MAJOR), 10)
44
LDFLAGS:= -Wl,-E -lc $(LDFLAGS)
5-
CFLAGS+= -DUSE_POSIX_SIGNALS
65
endif
76

87
# HP-UX 09 needs libc before libPW, so we need to get the libc version first

0 commit comments

Comments
 (0)