Skip to content

Commit 78da044

Browse files
committed
Add ppc64le entry in config.guess through Makefile
1 parent 4e4ebfb commit 78da044

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ $(SNAPPY_ARCHIVE):
4040
$(SNAPPY_UNPACKED): $(SNAPPY_ARCHIVE)
4141
$(TAR) xvfz $< -C $(TARGET)
4242
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
4344
cd $(SNAPPY_SRC_DIR) && ./configure
4445

4546
$(SNAPPY_GIT_UNPACKED):

0 commit comments

Comments
 (0)