Consider *-*-nacl* targets ELF
* configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF. * configure: Regenerate. From-SVN: r193521
This commit is contained in:
parent
e26f512d38
commit
ff4b7a7e91
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-11-14 Roland McGrath <mcgrathr@google.com>
|
||||
|
||||
* configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
|
||||
* configure: Regenerate.
|
||||
|
||||
2012-11-13 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* configure.ac: Move libsanitizer logic to subdirectory.
|
||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -2952,7 +2952,7 @@ case "${ENABLE_GOLD}" in
|
|||
*-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
|
||||
| *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
|
||||
| *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
|
||||
| *-*-solaris2* | *-*-nto*)
|
||||
| *-*-solaris2* | *-*-nto* | *-*-nacl*)
|
||||
case "${target}" in
|
||||
*-*-linux*aout* | *-*-linux*oldld*)
|
||||
;;
|
||||
|
|
|
@ -317,7 +317,7 @@ case "${ENABLE_GOLD}" in
|
|||
*-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
|
||||
| *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
|
||||
| *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
|
||||
| *-*-solaris2* | *-*-nto*)
|
||||
| *-*-solaris2* | *-*-nto* | *-*-nacl*)
|
||||
case "${target}" in
|
||||
*-*-linux*aout* | *-*-linux*oldld*)
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue