diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-16 04:07:02 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-16 04:07:02 +0000 |
commit | 0eb4ebd7b699fc429e8edad9358a70c2ea08eaaf (patch) | |
tree | 631b051f250c9d6e49a2cea5efe52b3a45664c09 /hints/os2.sh | |
parent | 0ebdc6d52bc78db7da1302f9d517605c1d2ccc15 (diff) | |
download | perl-0eb4ebd7b699fc429e8edad9358a70c2ea08eaaf.tar.gz |
OS/2 support bits (from Ilya Zakharevich)
p4raw-id: //depot/perl@4393
Diffstat (limited to 'hints/os2.sh')
-rw-r--r-- | hints/os2.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/os2.sh b/hints/os2.sh index 6eef5e37dc..0167a0ad5f 100644 --- a/hints/os2.sh +++ b/hints/os2.sh @@ -124,8 +124,8 @@ fi aout_ldflags="$aout_ldflags" aout_d_fork='define' -aout_ccflags='-DPERL_CORE -DDOSISH -DPERL_IS_AOUT -DOS2=2 -DEMBED -I.' -aout_cppflags='-DPERL_CORE -DDOSISH -DPERL_IS_AOUT -DOS2=2 -DEMBED -I.' +aout_ccflags='-DDOSISH -DPERL_IS_AOUT -DOS2=2 -DEMBED -I.' +aout_cppflags='-DDOSISH -DPERL_IS_AOUT -DOS2=2 -DEMBED -I.' aout_use_clib='c' aout_usedl='undef' aout_archobjs="os2.o dl_os2.o" |