Changes in kernel/Makefile.build [f6069801:cc1f8d4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/Makefile.build
rf6069801 rcc1f8d4 91 91 ## Cross-platform assembly to start a symtab.data section 92 92 # 93 SYMTAB_SECTION =".section symtab.data, \"a\", $(ATSIGN)progbits;"93 SYMTAB_SECTION=".section symtab.data, \"a\", $(ATSIGN)progbits;" 94 94 95 95 ## Simple detection for the type of the host system … … 110 110 ifeq ($(COMPILER),gcc_native) 111 111 CC = gcc 112 GCC = gcc112 GCC = $(CC) 113 113 AS = $(BINUTILS_PREFIX)as 114 114 LD = $(BINUTILS_PREFIX)ld … … 168 168 DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS) 169 169 endif 170 171 170 172 171 ## Generic kernel sources … … 186 185 generic/src/ddi/device.c \ 187 186 generic/src/debug/symtab.c \ 188 generic/src/debug/stacktrace.c \189 187 generic/src/interrupt/interrupt.c \ 190 188 generic/src/main/main.c \ … … 386 384 test/fpu/%.o: test/fpu/%.c $(DEPEND) 387 385 $(CC) $(DEFS) $(CFLAGS) $(EXTRA_FLAGS) -c $< -o $@ 388 ifeq ($(EXTRA_TOOL),stanse)389 ../tools/jobfile.py $(JOB) $< $@ $(DEFS) $(CFLAGS) $(EXTRA_FLAGS)390 endif391 386 392 387 # … … 395 390 %.o: %.c $(DEPEND) 396 391 $(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 endif400 392 401 393 $(REAL_MAP).o: $(REAL_MAP).bin
Note:
See TracChangeset
for help on using the changeset viewer.