source: trunk/libs/newlib/src/config/mh-ppc-aix @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 440 bytes
Line 
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.
6BOOT_ADAFLAGS = -gnatapg
7BOOT_LDFLAGS = -Wl,-bbigtoc
8LDFLAGS = `case '$(CC)' in *gcc*) echo -Wl,-bbigtoc ;; esac;`
Note: See TracBrowser for help on using the repository browser.