Libstdc++-v3 Support for netbsd

Richard Earnshaw rearnsha@arm.com
Wed Dec 6 13:08:00 GMT 2000


rittle@latour.rsch.comm.mot.com said:
> Cool thanks!
> I just did an update.  Everything looks good except configure.target.
> About to start bootstrap with this patch:

> 2000-12-06  Loren J. Rittle  <ljrittle@acm.org>

> 	* configure.target (os_include_dir): Correct paths for BSD.


That's cos I originally put the files in the wrong place, and then 
Benjamin moved them, but left this file out of the other fixes.

I've committed the change.

[oh, and Jeff Law managed to back out part of the previous change with his 
HPUX commit ;-]

Should all be sorted now.

R.

> Index: libstdc++-v3/configure.target
> ===================================================================
> RCS file: /cvs/gcc/egcs/libstdc++-v3/configure.target,v
> retrieving revision 1.6
> diff -c -r1.6 configure.target
> *** configure.target	2000/12/06 03:23:34	1.6
> --- configure.target	2000/12/06 13:41:53
> ***************
> *** 82,88 ****
>       os_include_dir="config/os/aix"
>       ;;
>     bsd* | freebsd* )
> !     os_include_dir="config/os/freebsd"
>       ;;
>     cygwin*)
>       os_include_dir="config/os/newlib"
> --- 82,88 ----
>       os_include_dir="config/os/aix"
>       ;;
>     bsd* | freebsd* )
> !     os_include_dir="config/os/bsd/freebsd"
>       ;;
>     cygwin*)
>       os_include_dir="config/os/newlib"
> ***************
> *** 94,100 ****
>       os_include_dir="config/os/irix"
>       ;;
>     netbsd*)
> !     os_include_dir="config/os/netbsd"
>       ;;
>     solaris2.5*)
>       os_include_dir="config/os/solaris/solaris2.5"
> --- 94,100 ----
>       os_include_dir="config/os/irix"
>       ;;
>     netbsd*)
> !     os_include_dir="config/os/bsd/netbsd"
>       ;;
>     solaris2.5*)
>       os_include_dir="config/os/solaris/solaris2.5"




More information about the Gcc-patches mailing list