This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use sv_catpvn instead of sv_catsv in doop.c:do_join
[perl5.git] / hints / amigaos.sh
index fff55b0..595b2a3 100644 (file)
@@ -7,13 +7,11 @@ archname='m68k-amigaos'
 cc='gcc'
 firstmakefile='GNUmakefile'
 usenm='true'
+d_fork='undef' # available but ENOSYS
 
 usemymalloc='n'
-usevfork='true'
 useperlio='true'
 d_eofnblk='define'
-d_fork='undef'
-d_vfork='define'
 groupstype='int'
 
 # libs
@@ -24,13 +22,14 @@ 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'
 
 # compiler & linker flags
 # Respect command-line values.
 
-ccflags="$ccflags -DAMIGAOS -mstackextend"
+ccflags="$ccflags -DAMIGAOS"
 case "$optimize" in
 '') optimize='-O2 -fomit-frame-pointer';;
 esac