This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/36939] Build Failure Ada SH2e
- From: "laurent at guerby dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Jul 2008 20:04:15 -0000
- Subject: [Bug ada/36939] Build Failure Ada SH2e
- References: <bug-36939-296@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from laurent at guerby dot net 2008-07-25 20:04 -------
You can replace the body of the procedure Initialize in s-scaval.adb by an
empty body, it will deactivate some GNAT specific features but allows for
compilation on all targets:
procedure Initialize (Mode1 : Character; Mode2 : Character) is
begin
null;
end Initialize;
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36939