aboutsummaryrefslogtreecommitdiffstats
path: root/ghdl.gpr.in
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2015-12-14 04:30:23 +0100
committerTristan Gingold <gingold@adacore.com>2015-12-16 09:36:09 +0100
commit96d84445a057184c18310916ab7d7db8d74547ae (patch)
treec444a9ad9006f1626ad9049013cbc3c885fa9748 /ghdl.gpr.in
parente72c825f24bd42853927b25fa7b55a8482500e32 (diff)
downloadghdl-96d84445a057184c18310916ab7d7db8d74547ae.tar.gz
ghdl-96d84445a057184c18310916ab7d7db8d74547ae.tar.bz2
ghdl-96d84445a057184c18310916ab7d7db8d74547ae.zip
update project file.
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");