aboutsummaryrefslogtreecommitdiff
path: root/softfloat
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 /softfloat
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 'softfloat')
-rw-r--r--softfloat/softfloat.mk.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/softfloat/softfloat.mk.in b/softfloat/softfloat.mk.in
index 07dca16..a20ab7e 100644
--- a/softfloat/softfloat.mk.in
+++ b/softfloat/softfloat.mk.in
@@ -234,8 +234,6 @@ softfloat_c_srcs = \
ui64_to_f32.c \
ui64_to_f64.c \
-softfloat_CFLAGS = -fPIC
-
softfloat_install_shared_lib = yes
softfloat_test_srcs =