This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] Add TPF config support to libstdc++
On Thu, Dec 18, 2003 at 07:17:50PM -0600, Benjamin Kosnik wrote:
>
> >Hmm, the default case is
> > *)
> > os_include_dir="os/generic"
> > ;;
> >so I should think this *is* needed.
>
> I think you are right. It's the cpu info, not the os info. See:
Ah, right. My bad.
> # Try to guess a default cpu_include_dir based on the name of the CPU. We
> # cannot do this for os_include_dir; there are too many portable operating
> # systems out there. :-)
Gnarf, I /wrote/ that comment...
--
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it.
- Brian W. Kernighan