This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Various updates and fixes to some of the SysV IPC ops and their tests
[perl5.git] / hints / amigaos.sh
1 #
2 # AmigaOS 4
3 #
4 . amigaos4/config.sh
5 for f in amigaos4/*.h amigaos4/*.c
6 do
7   cp -f $f .
8 done
9
10 ccflags="$ccflags -fno-stack-protector"