[Kde-eclipse-talk] passing argumnets to configure
Brought to you by:
adymo
|
From: Steven S. <ste...@im...> - 2006-07-06 08:54:31
|
Hi, is there a way to pass arguments to ./configure? I'd like to do some cross-compiling with Eclipse and the autotool plugin. Therefore I want to call ./configure (and make) in different build directories with different arguments. On command line I would do something like mkdir arm cd arm ../configure --target=arm-softfloat-linux-gnu Any chance to to this with Eclispe and the Autotool plugin? Thanks, Steven |