From 10d0204a37519517f93ce1a3acc5fddbad771e72 Mon Sep 17 00:00:00 2001 From: zvezdochiot Date: Thu, 21 Jul 2022 14:32:13 +0300 Subject: [PATCH] 2.2.1: fPIC --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 505ee46..6281060 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PNAME = libccm PVERSO = 2 PVER = $(PVERSO).2.1 CFLAGS = -Wall -march=native -O2 -ansi -ifeq ($(shell uname --machine), x86_64) +ifneq ($(shell uname -m), i386) CFLAGS += -fPIC endif LDFLAGS = -s