[Bug ada/38874] gnatmake doesn't pass through --param options

2015-12-05 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38874 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ada/38874] gnatmake doesn't pass through --param options

2009-05-06 Thread laurent at guerby dot net
--- Comment #4 from laurent at guerby dot net 2009-05-06 07:07 --- The form "--param varname=value" is still not supported so I'm leaving this Pr open. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38874

[Bug ada/38874] gnatmake doesn't pass through --param options

2009-05-04 Thread guerby at gcc dot gnu dot org
--- Comment #3 from guerby at gcc dot gnu dot org 2009-05-04 15:32 --- Subject: Bug 38874 Author: guerby Date: Mon May 4 15:32:00 2009 New Revision: 147102 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=147102 Log: 2009-05-04 Laurent GUERBY PR ada/38874 * m

[Bug ada/38874] gnatmake doesn't pass through --param options

2009-01-16 Thread laurent at guerby dot net
--- Comment #2 from laurent at guerby dot net 2009-01-16 15:37 --- Oops == => = Index: gcc/ada/make.adb === --- gcc/ada/make.adb(revision 143273) +++ gcc/ada/make.adb(working copy) @@ -8039,6 +8039,7 @@

[Bug ada/38874] gnatmake doesn't pass through --param options

2009-01-16 Thread laurent at guerby dot net
--- Comment #1 from laurent at guerby dot net 2009-01-16 15:33 --- for the --param= case the following should work (untested): Index: gcc/ada/make.adb === --- gcc/ada/make.adb(revision 143273) +++ gcc/ada/make.adb(w