Skip to content
Snippets Groups Projects
Commit a578e811 authored by zack's avatar zack
Browse files

* configure.in: Indent the # of #include_next one space.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32871 138bc75d-0d04-0410-961f-82ee72b054a4
parent b93c7be0
No related branches found
No related tags found
No related merge requests found
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> 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
* configure.in: -linux-gnu*, not -linux-gnu. * configure.in: -linux-gnu*, not -linux-gnu.
......
...@@ -109,7 +109,7 @@ case "${target}" in ...@@ -109,7 +109,7 @@ case "${target}" in
# Create a wrapper if necessary. # Create a wrapper if necessary.
(echo "#include <bits/libc-lock.h>" | ${CC-cc} -E -) >/dev/null 2>&1 || (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_pop_restore");' >> libc-lock.h
echo 'asm (".weak _pthread_cleanup_push_defer");' >> libc-lock.h echo 'asm (".weak _pthread_cleanup_push_defer");' >> libc-lock.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment