Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 83877 | Differences between
and this patch

Collapse All | Expand All

(-)vhdl/Makefile.in (-2 / +2 lines)
Lines 81-87 Link Here
81
T_ADAFLAGS =
81
T_ADAFLAGS =
82
82
83
CC = cc
83
CC = cc
84
ADAC = $(CC)
84
ADAC = gnatgcc
85
85
86
ECHO = echo
86
ECHO = echo
87
CHMOD = chmod
87
CHMOD = chmod
Lines 440-446 Link Here
440
run-bind.adb: grt-force
440
run-bind.adb: grt-force
441
	gnatmake -c $(GNATFLAGS) -aI$(GRTSRCDIR) $(GRT_PRAGMA_FLAG) ghdl_main \
441
	gnatmake -c $(GNATFLAGS) -aI$(GRTSRCDIR) $(GRT_PRAGMA_FLAG) ghdl_main \
442
	  -cargs $(GRT_FLAGS)
442
	  -cargs $(GRT_FLAGS)
443
	gnatbind -Lgrt_ -o run-bind.adb -n ghdl_main.ali
443
	gnatbind -t -Lgrt_ -o run-bind.adb -n ghdl_main.ali
444
444
445
run-bind.o: run-bind.adb
445
run-bind.o: run-bind.adb
446
	$(GRT_ADACOMPILE)
446
	$(GRT_ADACOMPILE)

Return to bug 83877