mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-24 19:01:17 +08:00
* configure.in: Indent the # of #include_next one space.
From-SVN: r32871
This commit is contained in:
parent
bfab56e7ab
commit
5729663d29
@ -1,3 +1,7 @@
|
||||
2000-04-02 Zack Weinberg <zack@wolery.cumb.org>
|
||||
|
||||
* configure.in: Indent the # of #include_next one space.
|
||||
|
||||
2000-03-29 Jason Merrill <jason@casey.cygnus.com>
|
||||
|
||||
* configure.in: -linux-gnu*, not -linux-gnu.
|
||||
|
@ -109,7 +109,7 @@ case "${target}" in
|
||||
# Create a wrapper if necessary.
|
||||
(echo "#include <bits/libc-lock.h>" | ${CC-cc} -E -) >/dev/null 2>&1 ||
|
||||
{
|
||||
echo "#include_next <libc-lock.h>" > libc-lock.h
|
||||
echo " #include_next <libc-lock.h>" > libc-lock.h
|
||||
echo 'asm (".weak _pthread_cleanup_pop_restore");' >> libc-lock.h
|
||||
echo 'asm (".weak _pthread_cleanup_push_defer");' >> libc-lock.h
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user