OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
2012-02-23 Patrick Marlier <patrick.marlier@gmail.com>
[pf3gnuchains/gcc-fork.git]
/
libjava
/
configure
diff --git
a/libjava/configure
b/libjava/configure
index
b8f23d3
..
8ea1aec
100755
(executable)
--- a/
libjava/configure
+++ b/
libjava/configure
@@
-19788,14
+19788,9
@@
case "${host}" in
SYSTEMSPEC="-lunicows $SYSTEMSPEC"
fi
;;
SYSTEMSPEC="-lunicows $SYSTEMSPEC"
fi
;;
- *-*-darwin
9
*)
+ *-*-darwin
[912]
*)
SYSTEMSPEC="%{!Zdynamiclib:%{!Zbundle:-allow_stack_execute}}"
;;
SYSTEMSPEC="%{!Zdynamiclib:%{!Zbundle:-allow_stack_execute}}"
;;
- *-*-darwin[12]*)
- # Something is incompatible with pie, would be nice to fix it and
- # remove -no_pie. PR49461
- SYSTEMSPEC="-no_pie %{!Zdynamiclib:%{!Zbundle:-allow_stack_execute}}"
- ;;
*)
SYSTEMSPEC=
;;
*)
SYSTEMSPEC=
;;