URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 163 |
Rev 166 |
Line 1201... |
Line 1201... |
// Now that we've normalized the options, check for contradictory ones.
|
// Now that we've normalized the options, check for contradictory ones.
|
if (this->shared() && this->is_static())
|
if (this->shared() && this->is_static())
|
gold_fatal(_("-shared and -static are incompatible"));
|
gold_fatal(_("-shared and -static are incompatible"));
|
if (this->shared() && this->pie())
|
if (this->shared() && this->pie())
|
gold_fatal(_("-shared and -pie are incompatible"));
|
gold_fatal(_("-shared and -pie are incompatible"));
|
|
if (this->pie() && this->is_static())
|
|
gold_fatal(_("-pie and -static are incompatible"));
|
|
|
if (this->shared() && this->relocatable())
|
if (this->shared() && this->relocatable())
|
gold_fatal(_("-shared and -r are incompatible"));
|
gold_fatal(_("-shared and -r are incompatible"));
|
if (this->pie() && this->relocatable())
|
if (this->pie() && this->relocatable())
|
gold_fatal(_("-pie and -r are incompatible"));
|
gold_fatal(_("-pie and -r are incompatible"));
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.