Skip to content
Snippets Groups Projects
Commit fdd66609 authored by Mans Rullgard's avatar Mans Rullgard
Browse files

build: add support for Tru64 (OSF/1)


Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
parent da18e918
Branches
Tags
No related merge requests found
...@@ -2873,6 +2873,10 @@ case $target_os in ...@@ -2873,6 +2873,10 @@ case $target_os in
-l:drtaeabi.dso -l:scppnwdl.dso -lsupc++ -lgcc \ -l:drtaeabi.dso -l:scppnwdl.dso -lsupc++ -lgcc \
-l:libc.dso -l:libm.dso -l:euser.dso -l:libcrt0.lib -l:libc.dso -l:libm.dso -l:euser.dso -l:libcrt0.lib
;; ;;
osf1)
add_cppflags -D_OSF_SOURCE -D_POSIX_PII -D_REENTRANT
AVSERVERLDFLAGS=
;;
none) none)
;; ;;
*) *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment