This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Win32: try to make the new stat pre-Vista compatible
[perl5.git] / hints / amigaos.sh
CommitLineData
55497cff 1#
959a079b 2# AmigaOS 4
55497cff 3#
959a079b 4. amigaos4/config.sh
fcde4b27
AB
5for f in amigaos4/*.h amigaos4/*.c
6do
7 cp -f $f .
8done
6b6e83fc
TD
9
10ccflags="$ccflags -fno-stack-protector"