OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gdb-6.8/] [config/] [mh-ppc-aix] - Diff between revs 157 and 225

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;`

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.