~ubuntu-branches/debian/squeeze/binutils/squeeze

« back to all changes in this revision

Viewing changes to config/mh-ppc-aix

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-09-10 17:05:30 UTC
  • mfrom: (1.4.5 upstream) (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090910170530-wa6gpju9pq5c56on
Tags: 2.19.91.20090910-1
* Snapshot, taken from the 2.20 release branch 20090910, corresponding
  to the 2.19.90 upstream snapshot.
* Fix Thumb-2 shared libraries (Daniel Jacobowitz), patch taken
  from the trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
# Compile Ada files with minimal-toc in addition to the default flags (at
3
 
# least -gnatg is required to compile language defined units).  The primary
4
 
# focus is gnatlib, so that the library does not use nearly the entire TOC of
5
 
# applications until gnatlib is built as a shared library on AIX.  Compiling
6
 
# the compiler with -mminimal-toc does not cause any harm.
7
 
BOOT_ADAFLAGS = -gnatapg -mminimal-toc
 
1
# To prevent the Ada static runtime library from using nearly the entire
 
2
# TOC, we used to compile Ada files with minimal-toc in addition to -gnatg
 
3
# (mandatory to compile language defined units).  This incured a performance
 
4
# penalty and is not required with section anchors enabled by default so we
 
5
# don't do it any more.
 
6
BOOT_ADAFLAGS = -gnatapg
8
7
BOOT_LDFLAGS = -Wl,-bbigtoc
9
8
LDFLAGS = `case $(CC) in *gcc*) echo -Wl,-bbigtoc ;; esac;`