source: vendor/perl/5.8.8/hints/interix.sh

Last change on this file was 3181, checked in by bird, 18 years ago

perl 5.8.8

File size: 622 bytes
Line 
1# hints/interix.sh
2#
3# Please check with tech-pkg@netbsd.org before making modifications
4# to this file.
5
6cc='gcc'
7cccdlflags="-DPIC $cccdlflags"
8ccdlflags='-Wl,-E'
9ccflags="-D_ALL_SOURCE $ccflags"
10d_poll="$undef"
11ld='gcc'
12lddlflags="-shared $lddlflags"
13rpathflag='-Wl,-R'
14sharpbang='#!'
15usemymalloc='false'
16usenm='false'
17
18# This script UU/usethreads.cbu will get 'called-back' by Configure
19# after it has prompted the user for whether to use threads.
20cat > UU/usethreads.cbu <<'EOCBU'
21case "$usethreads" in
22$define|true|[yY]*)
23 ccflags="-D_REENTRANT $ccflags"
24 libswanted="$libswanted pthread"
25 ;;
26esac
27EOCBU
Note: See TracBrowser for help on using the repository browser.