mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
- add cc-option and use it to check for stuff that is benefical for PREFER_IMA
- backport the libbackend.o gcov-iov.h dependency fixup from 4.2 to 4.0
This commit is contained in:
@@ -27,7 +27,7 @@ endif
|
||||
touch $@
|
||||
|
||||
ifeq ($(BR2_PREFER_IMA),y)
|
||||
SETSERIAL_CFLAGS=--combine -fwhole-program
|
||||
SETSERIAL_CFLAGS=--combine $(CFLAGS_WHOLE_PROGRAM)
|
||||
endif
|
||||
|
||||
$(SETSERIAL_DIR)/.configured: $(SETSERIAL_DIR)/.unpacked
|
||||
|
||||
Reference in New Issue
Block a user