From 7b2b351e8fdcd287739431e25ffed099b66cdee2 Mon Sep 17 00:00:00 2001 From: Paul Green Date: Mon, 21 Jan 2002 18:27:00 -0500 Subject: Support truncate() in VOS port Message-Id: <200201220428.XAA15304@mailhub1.stratus.com> p4raw-id: //depot/perl@14376 --- hints/vos.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'hints') diff --git a/hints/vos.sh b/hints/vos.sh index f4e97003b6..c06adba188 100644 --- a/hints/vos.sh +++ b/hints/vos.sh @@ -14,7 +14,8 @@ ccflags="-D_SVID_SOURCE -D_POSIX_C_SOURCE=199509L" # Make command. make="/system/gnu_library/bin/gmake" -_make="/system/gnu_library/bin/gmake" +# indented to not put it into config.sh + _make="/system/gnu_library/bin/gmake" # Architecture name archname="hppa1.1" @@ -74,3 +75,10 @@ fflushNULL=define # VOS has a link() function but it is a dummy. d_link="undef" + +# VOS does not have truncate() but we supply one in vos.c +d_truncate="define" +archobjs="vos.o" + +# Help gmake find vos.c +test -h vos.c || ln -s vos/vos.c vos.c -- cgit v1.2.1