comp.lang.ada
 help / color / mirror / Atom feed
* Compilation induced constants in Ada code?
@ 2003-01-03 11:12 Per Dalgas Jakobsen
  2003-01-03 22:34 ` Stephen Leake
  2003-01-04 19:50 ` Waldek Hebisch
  0 siblings, 2 replies; 5+ messages in thread
From: Per Dalgas Jakobsen @ 2003-01-03 11:12 UTC (permalink / raw)


Hi,

I'm trying to get gcc to compile more robust with Ada support.
At the moment it breaks if -suffix is used in builds (gcc becomes gcc-3.2
or similar).

In make.adb the following line is declared:
	Gcc : String_Access := Program_Name ("gcc");

This causes gnatmake to look for gcc, not the suffixed version.

What will be considered a good solution to get the compilation of gnatmake
depend on a compiler-switch?

An obvious one: Patch make.adb to change the name just before compilation.

Others?

Best regards
Per




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-01-07 14:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-03 11:12 Compilation induced constants in Ada code? Per Dalgas Jakobsen
2003-01-03 22:34 ` Stephen Leake
2003-01-07 14:20   ` Ted Dennison
2003-01-04 19:50 ` Waldek Hebisch
2003-01-04 20:22   ` Per Dalgas Jakobsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox