projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
105b1d2
)
Option spelling nit for AIX
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Wed, 26 Sep 2007 09:07:59 +0000
(09:07 +0000)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Wed, 26 Sep 2007 09:07:59 +0000
(09:07 +0000)
p4raw-id: //depot/perl@31976
Makefile.SH
patch
|
blob
|
history
diff --git
a/Makefile.SH
b/Makefile.SH
index
208160d
..
b3ecb9a
100644
(file)
--- a/
Makefile.SH
+++ b/
Makefile.SH
@@
-85,7
+85,7
@@
true)
case "$osvers" in
3*) shrpldflags="$shrpldflags -e _nostart"
;;
- *) shrpldflags="$shrpldflags -b
noentry"
+ *) shrpldflags="$shrpldflags -bnoentry"
;;
esac
shrpldflags="$shrpldflags $ldflags $perllibs $cryptlib"