Changeset dd162f6 in mainline for boot/Makefile.build


Ignore:
Timestamp:
2017-10-27T16:53:54Z (8 years ago)
Author:
jzr <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f9c4bc5
Parents:
476ac3b
Message:

Use -fdebug-prefix-map for reproducible debug info.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.build

    r476ac3b rdd162f6  
    4646COMMON_CFLAGS = $(INCLUDES) -O$(OPTIMIZATION) -imacros $(CONFIG_HEADER) \
    4747        -ffreestanding -fno-builtin -nostdlib -nostdinc \
    48         -fexec-charset=UTF-8 -finput-charset=UTF-8 -fno-common
     48        -fexec-charset=UTF-8 -finput-charset=UTF-8 -fno-common \
     49        -fdebug-prefix-map=$(realpath $(ROOT_PATH))=.
    4950
    5051GCC_CFLAGS = -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes \
Note: See TracChangeset for help on using the changeset viewer.