This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: all-gas target lacks dependancy on ia64-gen


"David O'Brien" <obrien@FreeBSD.org> writes:

> What is the correct fix for this?
>
> $ ../configure --target=ia64-x-freebsd5
> $ make all-gas
> ...
> here=`pwd`; cd /devel/binutils/src/opcodes; $here/ia64-gen > ia64-asmtab.c
> /devel/binutils/o/build-clean/ia64-deo-freebsd5/opcodes/ia64-gen: not found
> *** Error code 127

opcodes/Makefile has:
ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
	here=`pwd`; cd $(srcdir); $$here/ia64-gen > ia64-asmtab.c

Therefore ia64-gen should have been build already.

Btw. I couldn't reproduce this on my system with current binutils from CVS,
Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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