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.
1 parent d8e1d52 commit 4a4b123Copy full SHA for 4a4b123
Makefile
@@ -118,6 +118,12 @@ check-snapshot: $(OUT)/$(STAGE0) tests/check-snapshots.sh
118
tests/check-snapshots.sh $(ARCH) $(DYNLINK)
119
$(VECHO) " OK\n"
120
121
+check-abi-stage0: $(OUT)/$(STAGE0)
122
+ tests/$(ARCH)-abi.sh 0 $(DYNLINK)
123
+
124
+check-abi-stage2: $(OUT)/$(STAGE2)
125
+ tests/$(ARCH)-abi.sh 2 $(DYNLINK)
126
127
update-snapshots: tests/update-snapshots.sh
128
$(Q)$(foreach SNAPSHOT_ARCH, $(ARCHS), $(MAKE) distclean config update-snapshot ARCH=$(SNAPSHOT_ARCH) DYNLINK=0 --silent;)
129
$(Q)$(MAKE) distclean config update-snapshot ARCH=arm DYNLINK=1 --silent
0 commit comments