URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
[/] [openrisc/] [trunk/] [gnu-src/] [boards/] [or32-elf-sim.exp] - Diff between revs 453 and 507
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 453 |
Rev 507 |
Line 46... |
Line 46... |
|
|
# We do not specify the newlib include flags, since our strange file structure
|
# We do not specify the newlib include flags, since our strange file structure
|
# doesn't work with the standard expect commands, and will end up generating a
|
# doesn't work with the standard expect commands, and will end up generating a
|
# blank -isystem option, which confuses things severely.
|
# blank -isystem option, which confuses things severely.
|
|
|
# It's sufficient just to specify -mor32-newlib. Bit of a shame to specify it
|
# It's sufficient just to specify -mnewlib. Bit of a shame to
|
# both in cflags, which are also used when linking, so we'll get the libraries
|
# specify it both in cflags, which are also used when linking, so we'll get
|
# OK as well.
|
# the libraries OK as well.
|
set_board_info compiler "[find_gcc]"
|
set_board_info compiler "[find_gcc]"
|
set_board_info cflags "-mor32-newlib"
|
set_board_info cflags "-mnewlib -mboard=or1ksim"
|
|
|
# No linker script needed.
|
# No linker script needed.
|
set_board_info ldscript ""
|
set_board_info ldscript ""
|
|
|
# This simulator isn't slow.
|
# This simulator isn't slow.
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.