diff options
author | Tristan Gingold | 2014-10-22 13:15:33 +0200 |
---|---|---|
committer | Tristan Gingold | 2014-10-22 13:15:33 +0200 |
commit | e00d31baa0e7190b959cfb03df03b260e402da05 (patch) | |
tree | 9ed433cdd9d38d6432e3dc016d1b942fbf97519c /translate/gcc | |
parent | 0e199cbea1070c016d29348cd659b9e6ca688afb (diff) | |
download | ghdl-e00d31baa0e7190b959cfb03df03b260e402da05.tar.gz ghdl-e00d31baa0e7190b959cfb03df03b260e402da05.tar.bz2 ghdl-e00d31baa0e7190b959cfb03df03b260e402da05.zip |
Rework for support of generic packages.
Diffstat (limited to 'translate/gcc')
-rw-r--r-- | translate/gcc/dist-common.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/translate/gcc/dist-common.sh b/translate/gcc/dist-common.sh index 473ebb1..b0b142b 100644 --- a/translate/gcc/dist-common.sh +++ b/translate/gcc/dist-common.sh @@ -43,6 +43,8 @@ nodes.ads nodes.adb nodes_gc.ads nodes_gc.adb +nodes_meta.ads +nodes_meta.adb options.ads options.adb psl-errors.ads |