diff options
Diffstat (limited to 'sysdeps/i386/elf')
-rwxr-xr-x | sysdeps/i386/elf/configure | 2 | ||||
-rw-r--r-- | sysdeps/i386/elf/configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/i386/elf/configure b/sysdeps/i386/elf/configure index 1033f78ef3..0e8003e236 100755 --- a/sysdeps/i386/elf/configure +++ b/sysdeps/i386/elf/configure @@ -1,4 +1,4 @@ - # Local configure fragment for sysdeps/unix/sysv/linux. + # Local configure fragment for sysdeps/i386/elf. if test "$usetls" != no; then # Check for support of thread-local storage handling in assembler and diff --git a/sysdeps/i386/elf/configure.in b/sysdeps/i386/elf/configure.in index 96e9b2c9f3..e83555e92b 100644 --- a/sysdeps/i386/elf/configure.in +++ b/sysdeps/i386/elf/configure.in @@ -1,6 +1,6 @@ sinclude(./aclocal.m4)dnl Autoconf lossage GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory. -# Local configure fragment for sysdeps/unix/sysv/linux. +# Local configure fragment for sysdeps/i386/elf. if test "$usetls" != no; then # Check for support of thread-local storage handling in assembler and |