gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / config / mh-ppc-aix
CommitLineData
ca892441
RW
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
f6d183c0 7BOOT_LDFLAGS = -Wl,-bbigtoc
acf89cab 8LDFLAGS = `case '$(CC)' in *gcc*) echo -Wl,-bbigtoc ;; esac;`
This page took 0.537529 seconds and 4 git commands to generate.