Changes in boot/Makefile.build [e8c5c11:9ded977] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.build

    re8c5c11 r9ded977  
    4040        -finput-charset=UTF-8 -ffreestanding -fno-builtin -nostdlib -nostdinc \
    4141        -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes \
    42         -std=gnu99 -Werror-implicit-function-declaration -Wwrite-strings \
     42        -Werror-implicit-function-declaration -Wwrite-strings \
    4343        -pipe
    4444
     
    111111
    112112$(RAW): $(OBJECTS) $(COMPONENT_OBJECTS) $(LINK)
    113         $(LD) -n $(LFLAGS) -T $(LINK) -M -Map $(MAP) -o $@ $(COMPONENT_OBJECTS) $(OBJECTS)
     113        $(LD) -N $(LFLAGS) -T $(LINK) -M -Map $(MAP) -o $@ $(COMPONENT_OBJECTS) $(OBJECTS)
    114114
    115115$(LINK): $(LINK).comp $(DEPEND)
Note: See TracChangeset for help on using the changeset viewer.