mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
2000-07-01 Koundinya K <kk@ddeorg.soft.net>
* ltconfig: Add support for mips-dde-sysv4.2MP
This commit is contained in:
parent
6779803381
commit
92ee2f86bd
@ -1,3 +1,7 @@
|
||||
2000-07-01 Koundinya K <kk@ddeorg.soft.net>
|
||||
|
||||
* ltconfig: Add support for mips-dde-sysv4.2MP
|
||||
|
||||
2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
|
||||
|
||||
* ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
|
||||
|
17
ltconfig
17
ltconfig
@ -759,10 +759,15 @@ else
|
||||
pic_flag='-pic'
|
||||
link_static_flag='-Bstatic'
|
||||
;;
|
||||
|
||||
sysv4*MP*)
|
||||
if test -d /usr/nec ;then
|
||||
pic_flag='-Kconform_pic'
|
||||
link_static_flag='-Bstatic'
|
||||
elif test -d /usr/dde ;then
|
||||
pic_flag='-KPIC'
|
||||
link_static_flag='-Bstatic'
|
||||
wl='-Wl,'
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
@ -1516,6 +1521,12 @@ else
|
||||
runpath_var=LD_RUN_PATH
|
||||
hardcode_runpath_var=yes
|
||||
ld_shlibs=yes
|
||||
elif test -d /usr/dde; then
|
||||
archive_cmds='$CC -V -dy -G -z text -h $soname -o $lib $libobjs'
|
||||
hardcode_shlibpath_var=no
|
||||
runpath_var=LD_RUN_PATH
|
||||
no_undefined_flag='-z text'
|
||||
ld_shlibs=yes
|
||||
fi
|
||||
;;
|
||||
|
||||
@ -2113,6 +2124,12 @@ sysv4*MP*)
|
||||
library_names_spec='$libname.so.$versuffix $libname.so.$major $libname.so'
|
||||
soname_spec='$libname.so.$major'
|
||||
shlibpath_var=LD_LIBRARY_PATH
|
||||
elif test -d /usr/dde ;then
|
||||
dynamic_linker="/usr/lib/libc.so.1"
|
||||
version_type=osf
|
||||
library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
|
||||
soname_spec='${libname}${release}.so$major'
|
||||
shlibpath_var=LD_LIBRARY_PATH
|
||||
fi
|
||||
;;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user