aboutsummaryrefslogtreecommitdiffstats
path: root/translate
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-03-08 07:04:05 +0100
committerTristan Gingold <tgingold@free.fr>2014-03-08 07:04:05 +0100
commite6001445a14d5e96db78ff56c68d8ae96dec0968 (patch)
tree77394e40d752c04e5f4ce61b0c868aa2d4b06fa3 /translate
parentd9bb785009b005cc314f063ae05b8974fd8f4bf2 (diff)
downloadghdl-e6001445a14d5e96db78ff56c68d8ae96dec0968.tar.gz
ghdl-e6001445a14d5e96db78ff56c68d8ae96dec0968.tar.bz2
ghdl-e6001445a14d5e96db78ff56c68d8ae96dec0968.zip
Share spec of ortho_nodes, adjust code.
Diffstat (limited to 'translate')
-rw-r--r--translate/Makefile24
1 files changed, 2 insertions, 22 deletions
diff --git a/translate/Makefile b/translate/Makefile
index 3033b3a22..b331b5728 100644
--- a/translate/Makefile
+++ b/translate/Makefile
@@ -18,35 +18,15 @@
BE=gcc
ortho_srcdir=../ortho
-GNAT_FLAGS=-aI.. -aI../psl -gnaty3befhkmr -gnata -gnatf -gnatwael
+GNAT_FLAGS=-aI.. -aI../psl -gnaty3befhkmr -gnata -gnatf -gnatwael -gnat05
#GNAT_FLAGS+=-O -gnatn
LN=ln -s
-compiler: force # ortho_nodes.ads ortho_$(BE)_front.ads
+compiler: force # ortho_nodes.ads ortho_$(BE)_front.ads
$(MAKE) -f $(ortho_srcdir)/$(BE)/Makefile \
ortho_srcdir=$(ortho_srcdir) GNAT_FLAGS="$(GNAT_FLAGS)" \
ortho_exec=ghdl1-$(BE) all
-#ortho_nodes.ads: ortho_nodes.tmp
-# if cmp -s $@ $< ; then \
-# rm -f $<; \
-# else \
-# mv $< $@; \
-# fi
-
-#BE_Case:=$(shell echo $(BE) | sed -e "h" -e "s/.\(.*\)/\1/" -e "x" -e "s/\(.\).*/\1/" -e "y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/" -e 'G' -e 's/\n//"
-
-#BE_Case:=$(shell echo $(BE) | sed -e "s/debug/Debug/" -e "s/regen/Regen/")
-
-#ortho_nodes.tmp: force
-# echo "with Ortho_$(BE_Case);" > $@
-# echo "" >> $@
-# echo "package Ortho_Nodes renames Ortho_$(BE_Case);" >> $@
-
-#ortho_$(BE)_front.ads: Makefile
-# echo "with Ortho_Front;" > $@
-# echo "package Ortho_$(BE_Case)_Front renames Ortho_Front;" >> $@
-
all:
[ -d lib ] || mkdir lib
$(MAKE) -f $(ortho_srcdir)/gcc/Makefile \