diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-24 08:54:13 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-24 08:54:13 +0000 |
commit | c8c28942eb5dd6e9c772ac6dce0a150519170f2c (patch) | |
tree | 6eb7e9160c3c8f6322cf090ba33512634da13e00 /hints/posix-bc.sh | |
parent | 1d94a06f324a7780ceae13417507dd108f113ec9 (diff) | |
download | perl-c8c28942eb5dd6e9c772ac6dce0a150519170f2c.tar.gz |
POSIX-BC patch from Thomas Dorner.
p4raw-id: //depot/perl@20195
Diffstat (limited to 'hints/posix-bc.sh')
-rw-r--r-- | hints/posix-bc.sh | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/hints/posix-bc.sh b/hints/posix-bc.sh index 683bbccaff..006323fd25 100644 --- a/hints/posix-bc.sh +++ b/hints/posix-bc.sh @@ -9,7 +9,7 @@ # the appropriate -D option. # remove this line if dynamic libraries are working for you: -bs2000_ignoredl='y' + bs2000_ignoredl='y' # To get ANSI C, we need to use c89 # You can override this with Configure -Dcc=gcc @@ -64,9 +64,9 @@ cat > $bs2000_ld <<EOF # # Perl's wrapper for genso by Thomas.Dorner@start.de -GENSO=/usr/bin/genso -options="" -params="" + GENSO=/usr/bin/genso + options="" + params="" while [[ \$# -gt 0 ]]; do case \$1 in -K) @@ -169,4 +169,3 @@ esac #case "$ldlibpthname" in #'') ldlibpthname=LIBPATH ;; #esac - |