From 7f3d7758aaecb77cb7d3ac38d4660495430c892f Mon Sep 17 00:00:00 2001 From: Zixian Cai Date: Thu, 11 Mar 2021 21:30:20 +1100 Subject: [PATCH] Fix compilation error on Ubuntu 18.04 --- user/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/Makefile b/user/Makefile index ead184f..48cc453 100644 --- a/user/Makefile +++ b/user/Makefile @@ -1,5 +1,5 @@ CC=gcc -CFLAGS=-Wall +CFLAGS=-Wall -fPIC VPATH=../common/ all: nanoBench