mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-12 14:06:37 +08:00
* ltmain.in: Ensure that gcc on HPsUX uses -fPIC, or else
initialised structures are sometimes emitted in the code section.
This commit is contained in:
parent
48dc53d227
commit
320240e999
@ -1,3 +1,8 @@
|
||||
1999-07-30 Pavel Roskin <pavel_roskin@geocities.com>
|
||||
|
||||
* ltmain.in: Ensure that gcc on HPsUX uses -fPIC, or else
|
||||
initialised structures are sometimes emitted in the code section.
|
||||
|
||||
1999-07-30 Mumit Khan <khan@xraylith.wisc.edu>
|
||||
|
||||
* ltconfig.in: Read line at a time to avoid tokenisation by
|
||||
|
@ -3412,6 +3412,11 @@ static const void *lt_preloaded_setup() {
|
||||
case "$compile_command " in
|
||||
*" -static "*) ;;
|
||||
*) pic_flag_for_symtable=" $pic_flag -DPIC -DFREEBSD_WORKAROUND";;
|
||||
esac;;
|
||||
*-*-hpux*)
|
||||
case "$compile_command " in
|
||||
*" -static "*) ;;
|
||||
*) pic_flag_for_symtable=" $pic_flag -DPIC";;
|
||||
esac
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user