summaryrefslogtreecommitdiffstats
path: root/targets.d
Commit message (Collapse)AuthorAgeFilesLines
* Revert "build, targets.d/*.mk: Don't edit MULTILIB_OSDIRNAMES"Patrick McDermott2019-05-192-0/+4
| | | | This reverts commit 8ae6e901b08b3136349bbcaef806c7afbd0fe759.
* build, targets.d/*.mk: Don't edit MULTIARCH_DIRNAMEPatrick McDermott2019-05-182-2/+0
|
* build, targets.d/*.mk: Don't edit MULTILIB_OSDIRNAMESPatrick McDermott2019-05-182-2/+0
|
* targets.d/*.sh: RemovePatrick McDermott2019-05-182-10/+0
|
* build, targets.d/*.mk: Shorten gcc config macro namesPatrick McDermott2019-05-182-8/+8
|
* targets.d/*.mk: New makefile fragmentsPatrick McDermott2019-05-183-0/+12
|
* targets.d/i686-linux-glibc.sh: New file.P. J. McDermott2014-01-271-0/+5
|
* targets.d/core-linux-eglibc.sh: Remove.P. J. McDermott2014-01-271-5/+0
|
* targets.d/amd64-linux-glibc.sh: New file.P. J. McDermott2014-01-271-0/+5
|
* Set target options when configuring GCC.P. J. McDermott2013-06-281-0/+1
|
* Don't use GNU system type dir in target fragment.P. J. McDermott2013-06-141-1/+1
|
* Use GNU system type multiarch dir for transition.P. J. McDermott2013-06-051-1/+1
|
* Also edit MULTILIB_OSDIRNAMES in target fragment.P. J. McDermott2013-06-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | The GCC Internals manual (gcc/doc/fragments.texi) says: > For configurations that support both multilib and multiarch, > MULTILIB_OSDIRNAMES also encodes the multiarch name, thus subsuming > MULTIARCH_DIRNAME. > [...] > > MULTIARCH_DIRNAME is not used for configurations that support both multilib > and multiarch. In that case, multiarch names are encoded in > MULTILIB_OSDIRNAMES instead. This sounds like the makefile macro used depends on the build-time user configuration; that is, the options --disable-multilib and --enable-multiarch should cause MULTIARCH_DIRNAME to be used. Instead, it seems MULTILIB_OSDIRNAMES is used, even if multilib is disabled. So apparently, "configurations that support both" means GCC target configurations that support both features, not build-time user configurations that enable them.
* Enable multiarch and set MULTIARCH_DIRNAME.P. J. McDermott2013-06-041-0/+1
| | | | This should add /usr/include/<target> to the include search list.
* Edit default ELF INTERP paths in GCC config files.P. J. McDermott2013-04-271-0/+2