This is the mail archive of the automake@gnu.org mailing list for the automake 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: grub-0.92 and CVS automake...


>>>>> "Harlan" == Harlan Stenn <Harlan.Stenn@pfcs.com> writes:

Harlan> The problem is that grub likes the "old style" of AS rules,
Harlan> and current automake/autoconf Really Want grub to use
Harlan> AM_PROG_AS.  Making this change means asm.S no longer
Harlan> assembles because of missing -I directives.  After adding
Harlan> them, the resulting asm.o (apparently) has extra/duplicate
Harlan> symbols, so the final link fails.

And the AS rules have gone through a few mutations, so I'm not sure
which style the old style is.

You can set AM_ASFLAGS to include whatever you want: $(INCLUDES),
$(DEFS), etc.  That is one way to approximate one of the old
behaviors.  Or you can write your own .s.o / .s.lo rules for complete
control.

I don't know about the link problem.

Tom



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