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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile.build

    rf6069801 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
     
    186185        generic/src/ddi/device.c \
    187186        generic/src/debug/symtab.c \
    188         generic/src/debug/stacktrace.c \
    189187        generic/src/interrupt/interrupt.c \
    190188        generic/src/main/main.c \
     
    386384test/fpu/%.o: test/fpu/%.c $(DEPEND)
    387385        $(CC) $(DEFS) $(CFLAGS) $(EXTRA_FLAGS) -c $< -o $@
    388 ifeq ($(EXTRA_TOOL),stanse)
    389         ../tools/jobfile.py $(JOB) $< $@ $(DEFS) $(CFLAGS) $(EXTRA_FLAGS)
    390 endif
    391386
    392387#
     
    395390%.o: %.c $(DEPEND)
    396391        $(CC) $(DEFS) $(CFLAGS) $(EXTRA_FLAGS) $(FPU_NO_CFLAGS) -c $< -o $@
    397 ifeq ($(EXTRA_TOOL),stanse)
    398         ../tools/jobfile.py $(JOB) $< $@ $(DEFS) $(CFLAGS) $(EXTRA_FLAGS) $(FPU_NO_CFLAGS)
    399 endif
    400392
    401393$(REAL_MAP).o: $(REAL_MAP).bin
Note: See TracChangeset for help on using the changeset viewer.