diff options
-rw-r--r-- | ghdl.gpr.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ghdl.gpr.in b/ghdl.gpr.in index 0052ec0..8b62289 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"); |