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:
cc786a4
)
Typo in commit b641685 breaks Solaris-x64 with Sun cc
author
Jan Dubois
<jand@activestate.com>
Mon, 25 Apr 2011 19:38:32 +0000
(12:38 -0700)
committer
Jan Dubois
<jand@activestate.com>
Tue, 26 Apr 2011 04:30:45 +0000
(21:30 -0700)
hints/solaris_2.sh
patch
|
blob
|
history
diff --git
a/hints/solaris_2.sh
b/hints/solaris_2.sh
index
cb3c1a0
..
508cd3e
100644
(file)
--- a/
hints/solaris_2.sh
+++ b/
hints/solaris_2.sh
@@
-579,7
+579,7
@@
EOM
*" -xarch=generic64 is deprecated, use -m64 "*)
getconfccflags=`echo $getconfccflags | sed -e 's/xarch=generic64/m64/'`
getconfldflags=`echo $getconfldflags | sed -e 's/xarch=generic64/m64/'`
- getconflddlflags=`echo $getconfld
l
lflags | sed -e 's/xarch=generic64/m64/'`
+ getconflddlflags=`echo $getconfld
d
lflags | sed -e 's/xarch=generic64/m64/'`
;;
esac
ccflags="$ccflags $getconfccflags"