Skip to content
Snippets Groups Projects
Commit f877a6f9 authored by law's avatar law
Browse files

* configure.in: Make gthr-default.h a forwarding header instead of

        a symlink.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17290 138bc75d-0d04-0410-961f-82ee72b054a4
parent 1043b406
No related merge requests found
Sun Jan 4 01:01:50 1998 scott snyder <snyder@d0sgif.fnal.gov>
* configure.in: Make gthr-default.h a forwarding header instead of
a symlink.
Sat Jan 3 12:08:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gcov-io.h: Include sys/types.h to ensure we get size_t.
......
This diff is collapsed.
# configure.in for GNU CC
# Process this file with autoconf to generate a configuration script.
# Copyright (C) 1997 Free Software Foundation, Inc.
# Copyright (C) 1997, 1998 Free Software Foundation, Inc.
#This file is part of GNU CC.
......@@ -2982,7 +2982,7 @@ done
gthread_flags=
if [[ $thread_file != single ]]; then
rm -f gthr-default.h
$symbolic_link gthr-${thread_file}.h gthr-default.h
echo "#include \"gthr-${thread_file}.h\"" > gthr-default.h
gthread_flags=-DHAVE_GTHR_DEFAULT
fi
AC_SUBST(gthread_flags)
......
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