aboutsummaryrefslogtreecommitdiff
path: root/disasm
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2021-07-28 17:04:21 -0700
committerAndrew Waterman <andrew@sifive.com>2021-07-28 17:04:21 -0700
commitc8e510ec65e401832a1a3d8493a20b6b6705f957 (patch)
tree96730249ac0993bc3cb03b5a421d9924dcf92280 /disasm
parent74b49a97fe4b381ad0e81b1e3240153a98f587af (diff)
downloadspike-c8e510ec65e401832a1a3d8493a20b6b6705f957.zip
spike-c8e510ec65e401832a1a3d8493a20b6b6705f957.tar.gz
spike-c8e510ec65e401832a1a3d8493a20b6b6705f957.tar.bz2
Significantly speed up compilation with GCC
Precompiled headers were broken because they weren't compiled with the same -fPIC setting as the rest of the code. Fix by just making everything use -fPIC.
Diffstat (limited to 'disasm')
-rw-r--r--disasm/disasm.mk.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/disasm/disasm.mk.in b/disasm/disasm.mk.in
index 039a717..9eafb12 100644
--- a/disasm/disasm.mk.in
+++ b/disasm/disasm.mk.in
@@ -1,5 +1,3 @@
-disasm_CFLAGS = -fPIC
-
disasm_srcs = \
disasm.cc \
regnames.cc \