Commit fdd66609 authored by Mans Rullgard's avatar Mans Rullgard

build: add support for Tru64 (OSF/1)

Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent da18e918
......@@ -2873,6 +2873,10 @@ case $target_os in
-l:drtaeabi.dso -l:scppnwdl.dso -lsupc++ -lgcc \
-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)
;;
*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment