tools: add Host/Uninstall where possible
[openwrt/staging/stintel.git] / tools / gmp / Makefile
index 967cf6817b5e6795e20d97d16ea5052f746367b4..cfd6e30e04ab036d56b5b4704fc6477d21ab8b2d 100644 (file)
@@ -31,4 +31,8 @@ ifeq ($(GNU_HOST_NAME),x86_64-linux-gnux32)
 HOST_CONFIGURE_ARGS += ABI=x32
 endif
 
+define Host/Uninstall
+       -$(call Host/Compile/Default,uninstall)
+endef
+
 $(eval $(call HostBuild))