瀏覽代碼

updated the lib_dir for s390x

salamaniibm 8 年之前
父節點
當前提交
923c666e9e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -31,7 +31,7 @@ ifeq ($(ARCH),ppc64le)
 	CC=powerpc64le-linux-gnu-gcc
 endif
 ifeq ($(ARCH),s390x)
-	LIB_DIR=s390x-linux-gnu
+	LIB_DIR=/usr/s390x-linux-gnu/lib
 	CC=s390x-linux-gnu-gcc
 endif