We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e4ebfb commit 78da044Copy full SHA for 78da044
Makefile
@@ -40,6 +40,7 @@ $(SNAPPY_ARCHIVE):
40
$(SNAPPY_UNPACKED): $(SNAPPY_ARCHIVE)
41
$(TAR) xvfz $< -C $(TARGET)
42
touch $@
43
+ grep ppc64le $(SNAPPY_SRC_DIR)/config.guess || sed -i '/ppc64/i\ ppc64le:Linux:*:*)\n\techo powerpc64le-unknown-linux-gnu\n\texit ;;' $(SNAPPY_SRC_DIR)/config.guess
44
cd $(SNAPPY_SRC_DIR) && ./configure
45
46
$(SNAPPY_GIT_UNPACKED):
0 commit comments