URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 60 |
Rev 166 |
Line 368... |
Line 368... |
}
|
}
|
|
|
pass $test
|
pass $test
|
}
|
}
|
|
|
if [istarget mips*-*-*] {
|
# Old version of GCC for MIPS default to enabling -fpic
|
|
# and get confused if it is used on the command line.
|
|
if { [istarget mips*-*-*] && ! [at_least_gcc_version 4 3] } then {
|
set picflag ""
|
set picflag ""
|
} else {
|
} else {
|
# Unfortunately, the gcc argument is -fpic and the cc argument is
|
# Unfortunately, the gcc argument is -fpic and the cc argument is
|
# -KPIC. We have to try both.
|
# -KPIC. We have to try both.
|
set picflag "-fpic"
|
set picflag "-fpic"
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.