]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/ChangeLog
config.gcc (powerpc*-*-linux*): Add support for little-endian multilibs to big-endian...
authorAlan Modra <amodra@gmail.com>
Mon, 2 Sep 2013 22:40:40 +0000 (08:10 +0930)
committerAlan Modra <amodra@gcc.gnu.org>
Mon, 2 Sep 2013 22:40:40 +0000 (08:10 +0930)
commit93ed07e21adc82b35f451dcf532b833f67c110ce
treef7719c5dce9a6b84f5e87138af7ef2db0ee5d662
parente35096918493d92c03f4d6483bfd07f5ec6a998e
config.gcc (powerpc*-*-linux*): Add support for little-endian multilibs to big-endian target and vice versa.

* config.gcc (powerpc*-*-linux*): Add support for little-endian
multilibs to big-endian target and vice versa.
* config/rs6000/t-linux64: Use := assignment on all vars.
(MULTILIB_EXTRA_OPTS): Remove fPIC.
(MULTILIB_OSDIRNAMES): Specify using mapping from multilib_options.
* config/rs6000/t-linux64le: New file.
* config/rs6000/t-linux64bele: New file.
* config/rs6000/t-linux64lebe: New file.

From-SVN: r202190
gcc/ChangeLog
gcc/config.gcc
gcc/config/rs6000/t-linux64
gcc/config/rs6000/t-linux64bele [new file with mode: 0644]
gcc/config/rs6000/t-linux64le [new file with mode: 0644]
gcc/config/rs6000/t-linux64lebe [new file with mode: 0644]