From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: egcs@cygnus.com Subject: Re: hpux10-gas PATCH Date: Thu, 11 Dec 1997 10:40:00 -0000 Message-id: <14255.881865815@hurl.cygnus.com> References: X-SW-Source: 1997-12/msg00666.html In message < E0xgCvD-0004Fo-00@data.ctd.comsat.com >you write: > This will (I hope) allow building on hppa hpux10 --with-gnu-as to work: > > *** pa-gas.h 1997/12/11 16:34:50 1.1 > --- pa-gas.h 1997/12/11 16:35:32 > *************** > *** 19,21 **** > --- 19,24 ---- > > #undef TARGET_DEFAULT > #define TARGET_DEFAULT 0x88 /* TARGET_GAS + TARGET_JUMP_IN_ > DELAY */ > + > + #undef MD_EXEC_PREFIX > + #undef MD_STARTFILE_PREFIX This is wrong. It will lose if you have not installed the transitional links because the compiler will be unable to find the linker. Again, the right solution is to install gas/binutils using the same prefix as egcs. jeff