We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6e05d8 + 01b3c44 commit fe5a246Copy full SHA for fe5a246
src/mips/psyqo/psyqo.mk
@@ -10,7 +10,7 @@ EXTRA_CLEAN += clean-psyqo
10
include $(PSYQODIR)../common.mk
11
12
$(PSYQODIR)libpsyqo.a:
13
- $(MAKE) -C $(PSYQODIR) BUILD=$(BUILD)
+ $(MAKE) -C $(PSYQODIR) BUILD=$(BUILD) CPPFLAGS_$(BUILD)=$(CPPFLAGS_$(BUILD)) LDFLAGS_$(BUILD)=$(LDFLAGS_$(BUILD))
14
15
clean-psyqo:
16
$(MAKE) -C $(PSYQODIR) clean
0 commit comments