URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 157 |
Rev 225 |
Line 1... |
Line 1... |
|
# To prevent the Ada static runtime library from using nearly the entire
|
# Compile Ada files with minimal-toc in addition to the default flags (at
|
# TOC, we used to compile Ada files with minimal-toc in addition to -gnatg
|
# least -gnatg is required to compile language defined units). The primary
|
# (mandatory to compile language defined units). This incured a performance
|
# focus is gnatlib, so that the library does not use nearly the entire TOC of
|
# penalty and is not required with section anchors enabled by default so we
|
# applications until gnatlib is built as a shared library on AIX. Compiling
|
# don't do it any more.
|
# the compiler with -mminimal-toc does not cause any harm.
|
BOOT_ADAFLAGS = -gnatapg
|
BOOT_ADAFLAGS = -gnatapg -mminimal-toc
|
|
BOOT_LDFLAGS = -Wl,-bbigtoc
|
BOOT_LDFLAGS = -Wl,-bbigtoc
|
LDFLAGS = `case $(CC) in *gcc*) echo -Wl,-bbigtoc ;; esac;`
|
LDFLAGS = `case $(CC) in *gcc*) echo -Wl,-bbigtoc ;; esac;`
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.