diff options
author | Patrick Lehmann <Patrick.Lehmann@tu-dresden.de> | 2016-07-01 17:21:48 +0200 |
---|---|---|
committer | Patrick Lehmann <Patrick.Lehmann@tu-dresden.de> | 2016-07-01 17:21:48 +0200 |
commit | 35d71db150272a243d0e07ac37ee8abcf56f270a (patch) | |
tree | 3e0a78cccc7a07391be282d7a4cd7a80ec80f146 /src/grt | |
parent | 50d05077aee0a8ff8020d2dcf08a7145fdc74b1e (diff) | |
download | ghdl-35d71db150272a243d0e07ac37ee8abcf56f270a.tar.gz ghdl-35d71db150272a243d0e07ac37ee8abcf56f270a.tar.bz2 ghdl-35d71db150272a243d0e07ac37ee8abcf56f270a.zip |
More changes for the MinGW32/MinGW64 build flow and for the llvm back-end.
Diffstat (limited to 'src/grt')
-rw-r--r-- | src/grt/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grt/Makefile.inc b/src/grt/Makefile.inc index 7ac0c96d2..4a8af7646 100644 --- a/src/grt/Makefile.inc +++ b/src/grt/Makefile.inc @@ -178,7 +178,7 @@ grt-files: run-bind.adb # Also remove -lgnat and its associated -L flags. This appears to be required # with GNAT GPL 2005. grt-files.in: grt-files - sed -e "\!^./!d" -e "/-shared/d" -e "/-static/d" -e "/-lgnat/d" \ + sed -e "\!^.[/\\]!d" -e "/-shared/d" -e "/-static/d" -e "/-lgnat/d" \ -e "\X-L/Xd" < $< > $@ grt.lst: grt-files.in |