Commit | Line | Data |
---|---|---|
a0d0e21e LW |
1 | d_fchmod=undef |
2 | d_setrgid='undef' | |
3 | d_setruid='undef' | |
4 | alignbytes=8 | |
5 | ||
6 | # Changes for dynamic linking by Wayne Scott (wscott@ichips.intel.com) | |
7 | # | |
8 | # Tell perl which symbols to export for dynamic linking. | |
9 | ccdlflags='-bE:perl.exp' | |
10 | ||
11 | # The first 3 options would not be needed if dynamic libs. could be linked | |
12 | # with the compiler instead of ld. | |
42793c05 TB |
13 | # -bI:$(PERL_INC)/perl.exp Read the exported symbols from the perl binary |
14 | # -bE:$(BASEEXT).exp Export these symbols. This file contains only one | |
15 | # symbol: boot_$(EXP) can it be auto-generated? | |
16 | lddlflags='-H512 -T512 -bhalt:4 -bM:SRE -bI:$(PERL_INC)/perl.exp -bE:$(BASEEXT).exp -e _nostart -lc' | |
a0d0e21e LW |
17 | |
18 | ccflags='-D_ALL_SOURCE' | |
19 | # Make setsockopt work correctly. See man page. | |
20 | # ccflags='-D_BSD=44' |