This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 5.0 alpha 8
[perl5.git] / hints / sgi.sh
1 optimize='-O1'
2 d_mymalloc=define
3 mallocsrc='malloc.c'
4 mallocobj='malloc.o'
5 d_voidsig=define
6 d_vfork=undef
7 d_charsprf=undef
8 case `(uname -r) 2>/dev/null` in
9 4*)libswanted=`echo $libswanted | sed 's/c_s \(.*\)/\1 c_s/'`
10     ccflags="$ccflags -DLANGUAGE_C -DBSD_SIGNALS -cckr -signed"
11     ;;
12 esac