X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/07b0e447e5dffb77ce06dc459eeb25d4d36b8d06..58572ed82f6c0a15ad935d2628e9196804bb0449:/hints/amigaos.sh diff --git a/hints/amigaos.sh b/hints/amigaos.sh index 52ba0bd..595b2a3 100644 --- a/hints/amigaos.sh +++ b/hints/amigaos.sh @@ -7,6 +7,7 @@ archname='m68k-amigaos' cc='gcc' firstmakefile='GNUmakefile' usenm='true' +d_fork='undef' # available but ENOSYS usemymalloc='n' useperlio='true' @@ -21,7 +22,7 @@ xlibpth="$libpth" # This should remove unwanted libraries instead of limiting the set # to just these few. E.g. what about Berkeley DB? -libswanted='gdbm m dld' +libswanted='gdbm m' so=' ' libs='-lm'