mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
tilegx: fix ldd to work with both tilegx64 and tilegx32
This uses the same ldd-rewrite.sed hook as other platforms, with the minor tweak that tilegx uses /lib (64-bit) and /lib32 (32-bit).
This commit is contained in:
parent
755f431759
commit
176f2fe0a1
@ -1,3 +1,9 @@
|
||||
2013-01-10 Chris Metcalf <cmetcalf@tilera.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/tile/tilegx/ldd-rewrite.sed: New file.
|
||||
* sysdeps/unix/sysv/linux/tile/tilegx/configure.in: New file.
|
||||
* sysdeps/unix/sysv/linux/tile/tilegx/configure: New file.
|
||||
|
||||
2013-01-02 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* All files with FSF copyright notices: Update copyright dates
|
||||
|
4
ports/sysdeps/unix/sysv/linux/tile/tilegx/configure
vendored
Normal file
4
ports/sysdeps/unix/sysv/linux/tile/tilegx/configure
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
# This file is generated from configure.in by Autoconf. DO NOT EDIT!
|
||||
# Local configure fragment for sysdeps/unix/sysv/linux/tile/tilegx
|
||||
|
||||
ldd_rewrite_script=$dir/ldd-rewrite.sed
|
4
ports/sysdeps/unix/sysv/linux/tile/tilegx/configure.in
Normal file
4
ports/sysdeps/unix/sysv/linux/tile/tilegx/configure.in
Normal file
@ -0,0 +1,4 @@
|
||||
GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
||||
# Local configure fragment for sysdeps/unix/sysv/linux/tile/tilegx
|
||||
|
||||
ldd_rewrite_script=$dir/ldd-rewrite.sed
|
@ -0,0 +1 @@
|
||||
s_^\(RTLDLIST=\)\(.*lib\)\(\|32\)\(/[^/]*\.so\.[0-9.]*\)[ ]*$_\1"\2\4 \232\4"_
|
Loading…
Reference in New Issue
Block a user