diff options
author | Tristan Gingold | 2016-01-09 09:06:57 +0100 |
---|---|---|
committer | Tristan Gingold | 2016-01-09 09:06:57 +0100 |
commit | de9b850acd840f3f398f92deb526ea11284bb099 (patch) | |
tree | 58dfa893a6c2c46e0d3058d07ce4d70bc81e3a0c /dist | |
parent | 750e0b0f7212b99669912be3df86ab65aa002eb2 (diff) | |
download | ghdl-de9b850acd840f3f398f92deb526ea11284bb099.tar.gz ghdl-de9b850acd840f3f398f92deb526ea11284bb099.tar.bz2 ghdl-de9b850acd840f3f398f92deb526ea11284bb099.zip |
Add elf_arch for windows (!)
Diffstat (limited to 'dist')
-rw-r--r-- | dist/mcode/windows/elf_arch.ads | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/mcode/windows/elf_arch.ads b/dist/mcode/windows/elf_arch.ads new file mode 100644 index 0000000..325c4e5 --- /dev/null +++ b/dist/mcode/windows/elf_arch.ads @@ -0,0 +1,2 @@ +with Elf_Arch32; +package Elf_Arch renames Elf_Arch32; |