* i386v4-nat.c: Include sys/reg.h if present.
[deliverable/binutils-gdb.git] / mpw-config.in
CommitLineData
498d098a
SS
1# Configuration fragment for Cygnus source tree.
2
aa8f28af 3Set host_libs "libiberty opcodes bfd readline"
5db7ecb7
SS
4
5Set host_tools "byacc flex binutils ld gas gcc gdb"
6
7Set target_libs ""
8
9Set target_tools ""
10
11Set configdirs "{host_libs} {host_tools} {target_libs} {target_tools}"
12Export configdirs
13
498d098a
SS
14# Make up a special include directory that tools will share.
15
16If "`Exists "{objdir}"extra-include`" == ""
17 NewFolder "{objdir}"extra-include
18End If
19
cfc32064
SS
20Set edir "{objdir}extra-include:"
21
22forward-include "{srcdir}"include:mpw:sys:file.h "{edir}"'sys/file.h'
23forward-include "{srcdir}"include:mpw:sys:param.h "{edir}"'sys/param.h'
24forward-include "{srcdir}"include:mpw:sys:resource.h "{edir}"'sys/resource.h'
25forward-include "{srcdir}"include:mpw:sys:stat.h "{edir}"'sys/stat.h'
26forward-include "{srcdir}"include:mpw:sys:time.h "{edir}"'sys/time.h'
27forward-include "{srcdir}"include:mpw:sys:types.h "{edir}"'sys/types.h'
This page took 0.201893 seconds and 4 git commands to generate.