aboutsummaryrefslogtreecommitdiff
path: root/customext
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 /customext
parent74b49a97fe4b381ad0e81b1e3240153a98f587af (diff)
downloadriscv-isa-sim-c8e510ec65e401832a1a3d8493a20b6b6705f957.zip
riscv-isa-sim-c8e510ec65e401832a1a3d8493a20b6b6705f957.tar.gz
riscv-isa-sim-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 'customext')
-rw-r--r--customext/customext.mk.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/customext/customext.mk.in b/customext/customext.mk.in
index 4107d18..a14e771 100644
--- a/customext/customext.mk.in
+++ b/customext/customext.mk.in
@@ -8,6 +8,4 @@ customext_srcs = \
dummy_rocc.cc \
cflush.cc \
-customext_CFLAGS = -fPIC
-
customext_install_shared_lib = yes