mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-06-11 06:47:27 -04:00
Compare commits
1 Commits
eb3b8b3862
...
iremap
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e286791b88 |
2
rules.mk
2
rules.mk
@@ -174,7 +174,7 @@ else
|
||||
endif
|
||||
|
||||
ifeq ($(or $(CONFIG_EXTERNAL_TOOLCHAIN),$(CONFIG_TARGET_uml)),)
|
||||
iremap = -f$(if $(CONFIG_REPRODUCIBLE_DEBUG_INFO),file,macro)-prefix-map=$(1)=$(2)
|
||||
iremap = -fmacro-prefix-map=$(1)=$(2) $(if $(CONFIG_REPRODUCIBLE_DEBUG_INFO),-ffile-prefix-map=$(1)=$(2))
|
||||
endif
|
||||
|
||||
PACKAGE_DIR?=$(BIN_DIR)/packages
|
||||
|
||||
Reference in New Issue
Block a user