Commit f0bffd99 by Richard Earnshaw Committed by Richard Earnshaw

configure.target (*-*-freebsd, *-*-netbsd): Correct paths to os_include_dir.

* configure.target (*-*-freebsd, *-*-netbsd): Correct paths to
os_include_dir.

From-SVN: r38074
parent 176cb778
2000-12-06 Richard Earnshaw <rearnsha@arm.com>
* configure.target (*-*-freebsd, *-*-netbsd): Correct paths to
os_include_dir.
Tue Dec 5 20:24:15 2000 Jeffrey A Law (law@cygnus.com)
* configure.target (hpux): Set os_include_dir.
......
......@@ -82,7 +82,7 @@ case "${target_os}" in
os_include_dir="config/os/aix"
;;
bsd* | freebsd* )
os_include_dir="config/os/freebsd"
os_include_dir="config/os/bsd/freebsd"
;;
cygwin*)
os_include_dir="config/os/newlib"
......@@ -94,7 +94,7 @@ case "${target_os}" in
os_include_dir="config/os/irix"
;;
netbsd*)
os_include_dir="config/os/netbsd"
os_include_dir="config/os/bsd/netbsd"
;;
solaris2.5*)
os_include_dir="config/os/solaris/solaris2.5"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment