comp.lang.ada
 help / color / mirror / Atom feed
From: "stuart clark" <stuartlclark@hotmail.com>
Subject: Re: gnatmake myProg.adb -largs -Wl,-stack_size -Wl,0x4000000
Date: 9 Mar 2006 07:11:09 -0800
Date: 2006-03-09T07:11:09-08:00	[thread overview]
Message-ID: <1141917069.855716.130310@i39g2000cwa.googlegroups.com> (raw)
In-Reply-To: <44102EC6.9070100@mailinator.com>

i have discovered how to pass switches/options to the system linker
that gcc linker doesnt understand, ie use the -Wl or -Xlink switches,

so

gnatmake myprog -largs -Wl,-stack_size

-largs = pass switches to linker
-Wl, passes the -stack_size switch which gcc linker doesnt understand
to the system linker which does understand to set the main taks stack
size.......

Stuart




  reply	other threads:[~2006-03-09 15:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-09 11:17 gnatmake myProg.adb -largs -Wl,-stack_size -Wl,0x4000000 stuart clark
2006-03-09 12:25 ` Alex R. Mosteo
2006-03-09 12:31   ` stuart clark
2006-03-09 13:33     ` Alex R. Mosteo
2006-03-09 15:11       ` stuart clark [this message]
2006-03-09 20:24     ` Simon Wright
2006-03-09 22:37       ` stuart clark
replies disabled

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