diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 2009-07-19 03:42:04 +0000 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 2009-07-19 03:42:04 +0000 |
commit | 09df142c855732a026d8b8ed856eda1a12990bf6 (patch) | |
tree | 830768f2d56c55f1da46dee25b996a21a7531933 /lang/gnat | |
parent | e76a216b9f27196388d98ac25e07cf8ada58e56a (diff) |
Notes
Diffstat (limited to 'lang/gnat')
-rw-r--r-- | lang/gnat/files/patch-Makefile.rtl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/gnat/files/patch-Makefile.rtl b/lang/gnat/files/patch-Makefile.rtl new file mode 100644 index 000000000000..bec2cc3de2fd --- /dev/null +++ b/lang/gnat/files/patch-Makefile.rtl @@ -0,0 +1,10 @@ +--- gcc/ada/Makefile.rtl.orig 2009-06-22 09:24:44.000000000 -0400 ++++ gcc/ada/Makefile.rtl 2009-06-22 09:25:12.000000000 -0400 +@@ -479,6 +479,7 @@ + s-maccod$(objext) \ + s-mantis$(objext) \ + s-mastop$(objext) \ ++ s-oscons$(objext) \ + s-os_lib$(objext) \ + s-osprim$(objext) \ + s-pack03$(objext) \ |