This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: any recent changes to gcc test builds
- From: Hans-Peter Nilsson <hans-peter dot nilsson at axis dot com>
- To: joel dot sherrill at oarcorp dot com
- Cc: hans-peter dot nilsson at axis dot com, gcc at gcc dot gnu dot org
- Date: Mon, 23 Mar 2009 17:20:22 +0100
- Subject: Re: any recent changes to gcc test builds
> Date: Mon, 23 Mar 2009 10:19:37 -0500
> From: Joel Sherrill <joel.sherrill@oarcorp.com>
> I don't have those in my board.exp:
>
> set_board_info cflags "-B${RTEMS_MAKEFILE_PATH}/lib/ -specs bsp_specs
> -qrtems -mcpu=603e"
> set_board_info ldflags "${RTEMS_CONFIG_OBJ}"
Those should find ${RTEMS_MAKEFILE_PATH}/lib/libm.a which might
or might not be what you want.
> Where do I need to add those? Can you point me
> to examples?
I'd grep among the other baseboards for numerous examples, in
the dejagnu installation, subdir baseboards. In case you have
no clue where it is on the system where you test, you'll see it
as:
...
Using <dejagnu_installation_root>/config/sim.exp as generic interface file for target.
...
when running the test-suite.
brgds, H-P