Changes in kernel/Makefile [dd162f6:4761f54] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile

    rdd162f6 r4761f54  
    8484COMMON_CFLAGS = $(INCLUDES_FLAGS) -O$(OPTIMIZATION) -imacros $(CONFIG_HEADER) \
    8585        -ffreestanding -fno-builtin -nostdlib -nostdinc \
    86         -fexec-charset=UTF-8 -finput-charset=UTF-8 -fno-common \
    87         -fdebug-prefix-map=$(realpath $(ROOT_PATH))=.
     86        -fexec-charset=UTF-8 -finput-charset=UTF-8
    8887
    8988GCC_CFLAGS = -std=gnu99 -Wall -Wextra -Wno-unused-parameter \
     
    113112#
    114113AFLAGS =
    115 LFLAGS = -n -T $(LINK) -M --fatal-warnings --warn-common
     114LFLAGS = -n -T $(LINK) -M --fatal-warnings
    116115
    117116# FIXME: This condition is a workaround for issues #693 and #694.
     
    459458        done
    460459
    461 depend: $(AUTOGENS_H)
     460depend: $(COMMON_HEADER_ARCH) $(AUTOGENS_H)
     461
     462$(COMMON_HEADER_ARCH): $(COMMON_HEADER)
     463        ln -sfn ../../../../$< $@
    462464
    463465autogen_clean:
Note: See TracChangeset for help on using the changeset viewer.