Just an observation.
When building with make, I see that gcc-5 and gcc are used like this example:

gcc-5 -c -I./src -I./src/vhdl -I./src/psl -I./src/vhdl/translate
-I./src/ghdldrv -I./src/grt -I./src/ortho -I./src/ortho/llvm-nodebug
-I./src/ghdldrv -gnaty3befhkmr -gnatwae -gnatf -gnat05 -g -gnata
default_pathes.ads
gnatbind-5 -aI./src -aI./src/vhdl -aI./src/psl -aI./src/vhdl/translate
-aI./src/ghdldrv -aI./src/grt -aI./src/ortho
-aI./src/ortho/llvm-nodebug -aI./src/ghdldrv -aO. -E -x ghdl_llvm.ali
gnatlink-5 ghdl_llvm.ali -g
gcc -c -g  -o jumps.o src/grt/config/jumps.c
gcc -c -g -o times.o src/grt/config/times.c
gcc -c -g -o grt-cbinding.o src/grt/grt-cbinding.c
gcc -c -g -o grt-cvpi.o src/grt/grt-cvpi.c
gcc -c -g -o fstapi.o -I./src/grt/fst src/grt/fst/fstapi.c
gcc -c -g -o lz4.o src/grt/fst/lz4.c
gcc -c -g -o fastlz.o src/grt/fst/fastlz.c
echo "with Grt.Backtraces.Jit;" > grt-backtraces-impl.ads
echo "package Grt.Backtraces.Impl renames Grt.Backtraces.Jit;" >>
grt-backtraces-impl.ads

I don't know what it means that gcc-5 and gcc is used intermingled
through the build process of ghdl.
-- 
Svenn

_______________________________________________
Ghdl-discuss mailing list
Ghdl-discuss@gna.org
https://mail.gna.org/listinfo/ghdl-discuss

Reply via email to