grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ppc] ASFLAGS


From: Hollis Blanchard
Subject: [ppc] ASFLAGS
Date: Mon, 11 Oct 2004 23:18:59 -0500

I'm noticing that COMMON_ASFLAGS in conf/powerpc-ieee1275.rmk is never used (in the .mk file). crt0.S is compiled using CFLAGS just like all the .c files. genmk.rb seems to have code to account for .c vs .S, but it's not working.

It currently reads like this:
        COMMON_ASFLAGS = -nostdinc -fno-builtin -D__ASSEMBLY__

The first two flags are inappropriate for assembly files, and nothing uses __ASSEMBLY__ at all... Should COMMON_ASFLAGS be removed entirely?

-Hollis





reply via email to

[Prev in Thread] Current Thread [Next in Thread]