Changes in kernel/Makefile.build [218e50c:cc1f8d4] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile.build

    r218e50c rcc1f8d4  
    9191## Cross-platform assembly to start a symtab.data section
    9292#
    93 SYMTAB_SECTION = ".section symtab.data, \"a\", $(ATSIGN)progbits;"
     93SYMTAB_SECTION=".section symtab.data, \"a\", $(ATSIGN)progbits;"
    9494
    9595## Simple detection for the type of the host system
     
    110110ifeq ($(COMPILER),gcc_native)
    111111        CC = gcc
    112         GCC = gcc
     112        GCC = $(CC)
    113113        AS = $(BINUTILS_PREFIX)as
    114114        LD = $(BINUTILS_PREFIX)ld
     
    168168        DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS)
    169169endif
    170 
    171170
    172171## Generic kernel sources
     
    385384test/fpu/%.o: test/fpu/%.c $(DEPEND)
    386385        $(CC) $(DEFS) $(CFLAGS) $(EXTRA_FLAGS) -c $< -o $@
    387 ifeq ($(EXTRA_TOOL),stanse)
    388         ../tools/jobfile.py $(JOB) $< $@ $(DEFS) $(CFLAGS) $(EXTRA_FLAGS)
    389 endif
    390386
    391387#
     
    394390%.o: %.c $(DEPEND)
    395391        $(CC) $(DEFS) $(CFLAGS) $(EXTRA_FLAGS) $(FPU_NO_CFLAGS) -c $< -o $@
    396 ifeq ($(EXTRA_TOOL),stanse)
    397         ../tools/jobfile.py $(JOB) $< $@ $(DEFS) $(CFLAGS) $(EXTRA_FLAGS) $(FPU_NO_CFLAGS)
    398 endif
    399392
    400393$(REAL_MAP).o: $(REAL_MAP).bin
Note: See TracChangeset for help on using the changeset viewer.