Skip to content

Commit

Permalink
make: drop kindle-legacy / pocketbook workaround (#2021)
Browse files Browse the repository at this point in the history
Not necessary anymore with the latest toolchains.
  • Loading branch information
benoit-pierre authored Jan 25, 2025
1 parent 6233f7c commit de4b0fd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile.defs
Original file line number Diff line number Diff line change
Expand Up @@ -626,10 +626,8 @@ ifneq (yes,$(firstword $(call hasminstd,$(CXX),c++,__cplusplus,201700)))
CXXSTD_FLAGS := -std=gnu++17
endif

# Improve reproducibility (disabled on ancient toolchains).
ifeq (,$(filter kindle-legacy pocketbook,$(TARGET)))
BASE_CFLAGS += -ffile-prefix-map=$(abspath $(KOR_BASE))/=
endif
# Improve reproducibility.
BASE_CFLAGS += -ffile-prefix-map=$(abspath $(KOR_BASE))/=

HOSTCFLAGS:=$(HOST_ARCH) $(BASE_CFLAGS) $(QFLAGS)

Expand Down

0 comments on commit de4b0fd

Please sign in to comment.