Explorar o código

updated the lib_dir for s390x

salamaniibm %!s(int64=8) %!d(string=hai) anos
pai
achega
923c666e9e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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