This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
built ok...
- To: "'gcc at gcc dot gnu dot org'" <gcc at gcc dot gnu dot org>
- Subject: built ok...
- From: "Shuttleworth, Dylan (Contractor)" <ShuttleworthD at logica dot com>
- Date: Fri, 28 Jul 2000 18:12:37 +0100
/pcstore/Users/shuttlew/gcc-2.95.2> . config.guess
alphaev6-dec-osf5.0
fyi.
There was a wee problem with this build in that some symbols
(CPP_PREDEFINES, ASM_FILE_START) were missing.
I eventually manually added gcc/config/alpha/osf.h to gcc/config.h and
everything seems to have worked.
/pcstore/Users/cradev/cradev_work_area/dylangcc/gcc> more config.h
#ifdef IN_GCC
#include "auto-host.h"
#endif
#ifdef IN_GCC
#include "gansidecl.h"
#endif
#ifdef IN_GCC
#include "alpha/xm-alpha.h"
#endif
#ifdef IN_GCC
#include "hwint.h"
#endif
#ifdef IN_GCC
#include "alpha/osf.h"
#endif