Changeset 95b2276 in mainline for kernel/Makefile


Ignore:
Timestamp:
2014-09-03T19:02:09Z (10 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6a8ddd37
Parents:
75fe97b
Message:

Do not be GCC-centric when autogenerating kernel headers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile

    r75fe97b r95b2276  
    404404%.h: %.ag
    405405        $(AUTOGEN) probe $< >$<.probe.c
    406         $(GCC) $(DEFS) $(GCC_CFLAGS) -S -o $<.probe.s $<.probe.c
     406        $(CC) $(DEFS) $(CFLAGS) -S -o $<.probe.s $<.probe.c
    407407        $(AUTOGEN) generate $< <$<.probe.s >$@   
    408408
Note: See TracChangeset for help on using the changeset viewer.