mirror of https://github.com/m-labs/artiq.git
MiSoC is not built with -fPIC anymore, remove support code for that.
This commit is contained in:
parent
ebbbdcf194
commit
c40ae9dbd3
|
@ -24,17 +24,6 @@ SECTIONS
|
||||||
_etext = .;
|
_etext = .;
|
||||||
} > ksupport
|
} > ksupport
|
||||||
|
|
||||||
.got :
|
|
||||||
{
|
|
||||||
_GLOBAL_OFFSET_TABLE_ = .;
|
|
||||||
*(.got)
|
|
||||||
} > ksupport
|
|
||||||
|
|
||||||
.got.plt :
|
|
||||||
{
|
|
||||||
*(.got.plt)
|
|
||||||
} > ksupport
|
|
||||||
|
|
||||||
.rodata :
|
.rodata :
|
||||||
{
|
{
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
|
|
|
@ -26,17 +26,6 @@ SECTIONS
|
||||||
_etext = .;
|
_etext = .;
|
||||||
} > runtime
|
} > runtime
|
||||||
|
|
||||||
.got :
|
|
||||||
{
|
|
||||||
_GLOBAL_OFFSET_TABLE_ = .;
|
|
||||||
*(.got)
|
|
||||||
} > runtime
|
|
||||||
|
|
||||||
.got.plt :
|
|
||||||
{
|
|
||||||
*(.got.plt)
|
|
||||||
} > runtime
|
|
||||||
|
|
||||||
.rodata :
|
.rodata :
|
||||||
{
|
{
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
|
|
Loading…
Reference in New Issue