Makefile FLAGS typoes??
    Robert P. J. Day 
    rpjday at crashcourse.ca
       
    Sun Nov 18 07:32:26 EST 2007
    
    
  
  from arch/powerpc/Makefile:
...
KBUILD_CPPFLAGS += $(CPPFLAGS-y)
KBUILD_AFLAGS   += $(AFLAGS-y)
KBUILD_CFLAGS   += -msoft-float -pipe $(CFLAGS-y)
...
  those right-hand side variables don't look right.  are you sure they
shouldn't be, say, CFLAGS, or ccflags-y?  etc, etc.
rday
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA
http://crashcourse.ca
========================================================================
    
    
More information about the Linuxppc-dev
mailing list