This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

built ok...


/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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]