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