This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: mknumeric_limits
- To: Gabriel Dos Reis <gdr at codesourcery dot com>
- Subject: Re: mknumeric_limits
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Fri, 23 Feb 2001 13:50:21 -0500
- cc: law at redhat dot com, Benjamin Kosnik <bkoz at redhat dot com>, Phil Edwards <pedwards at disaster dot jaj dot com>, gcc at gcc dot gnu dot org
>>>>> Gabriel Dos Reis writes:
Gabriel> David Edelsohn <dje@watson.ibm.com> writes:
Gabriel> | You meant ../../gcc/xgcc, not ../../gcc/gcc, right? In other
Gabriel> | words, the patch fragment below.
Gabriel> Well, I meant gcc. Why do you think I meant xgcc?
Because "gcc" does not exist, at least not when I build. "xgcc"
is the driver in the build directory and only is called "gcc" when it is
installed.
$BUILD_DIR/../../gcc/xgcc
does not exist.
David