make.adb (Scan_Make_Arg): Add test for -aamp_target switch...
authorGary Dismukes <dismukes@adacore.com>
Thu, 13 Dec 2007 10:45:44 +0000 (11:45 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 13 Dec 2007 10:45:44 +0000 (11:45 +0100)
commitf5552c895f3bb1c997576347b8f91bb827c6d9f4
treea930e6c33bb59cdabf1e0f189e07cc855fe48cb6
parent4b7908862fde84f12ad07d740ba26674726f999d
make.adb (Scan_Make_Arg): Add test for -aamp_target switch...

2007-12-06  Gary Dismukes  <dismukes@adacore.com>
    Arnaud Charlet  <charlet@adacore.com>

* make.adb (Scan_Make_Arg): Add test for -aamp_target switch, passing
it to the front end and setting the aamp_target environment variable
to the switch's argument to ensure that gnaampbind and gnaamplink will
take the specified library into account.
(Make): Only set Check_Object_Consistency to False for JVM, not for CIL
target, since the CIL compiler supports an "object" file (.il files).

From-SVN: r130879
gcc/ada/make.adb