Changeset 9b642f92 in mainline for boot/Makefile.build


Ignore:
Timestamp:
2017-10-27T18:44:07Z (6 years ago)
Author:
jzr <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d088616
Parents:
0798689 (diff), f9c4bc5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge reproducibility improvements.

These improvements reduce the alteration to output files due to outside influences and randomness. This makes most of the output files reproducible, and by consequence more easily comparable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.build

    r0798689 r9b642f92  
    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.