mirror of git://sourceware.org/git/glibc.git
Delete sysdeps/sh/elf
* sysdeps/sh/elf/configure.in: Moved to ... * sysdeps/sh/configure.in: ... here. * sysdeps/sh/elf/start.S: Moved to ... * sysdeps/sh/start.S: ... here. * sysdeps/sh/elf/configure: Delete file.
This commit is contained in:
parent
2f60e7a8bc
commit
09ae94c11b
|
@ -81,7 +81,7 @@ $as_echo X/"$0" |
|
|||
}
|
||||
|
||||
# This file is generated from configure.in by Autoconf. DO NOT EDIT!
|
||||
# Local configure fragment for sysdeps/sh/elf.
|
||||
# Local configure fragment for sysdeps/sh.
|
||||
|
||||
# Check for support of thread-local storage handling in assembler and
|
||||
# linker.
|
||||
|
@ -119,4 +119,3 @@ if test $libc_cv_sh_tls = no; then
|
|||
fi
|
||||
|
||||
$as_echo "#define PI_STATIC_AND_HIDDEN 1" >>confdefs.h
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
||||
# Local configure fragment for sysdeps/sh/elf.
|
||||
# Local configure fragment for sysdeps/sh.
|
||||
|
||||
# Check for support of thread-local storage handling in assembler and
|
||||
# linker.
|
Loading…
Reference in New Issue