aboutsummaryrefslogtreecommitdiffstats
path: root/ghdl.gpr.in
diff options
context:
space:
mode:
Diffstat (limited to 'ghdl.gpr.in')
-rw-r--r--ghdl.gpr.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/ghdl.gpr.in b/ghdl.gpr.in
index 0052ec05c..8b6228996 100644
--- a/ghdl.gpr.in
+++ b/ghdl.gpr.in
@@ -14,9 +14,7 @@ project Ghdl is
srcdir & "/src/ortho",
srcdir & "/src/ortho/mcode");
- for Excluded_Source_Files use ("grt-cthreads.c", "win32.c", "pthread.c",
- "teststack.c",
- "amd64.S", "sparc.S", "ppc.S", "ia64.S");
+ for Excluded_Source_Files use ("win32.c");
for Languages use ("Ada", "C", "Asm_Cpp");
for Main use ("ghdl_jit.adb");