Commit 7400cd5 1 parent 5094cf2 commit 7400cd5 Copy full SHA for 7400cd5
File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ 2012-11-14 Roland McGrath <
[email protected] >
2
+
3
+ * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
4
+ * configure: Regenerate.
5
+
1
6
2012-11-13 Richard Henderson <
[email protected] >
2
7
3
8
* configure.ac: Move libsanitizer logic to subdirectory.
Original file line number Diff line number Diff line change @@ -2952,7 +2952,7 @@ case "${ENABLE_GOLD}" in
2952
2952
* -* -elf* | * -* -sysv4* | * -* -unixware* | * -* -eabi* | hppa* 64* -* -hpux* \
2953
2953
| * -* -linux* | frv-* -uclinux* | * -* -irix5* | * -* -irix6* \
2954
2954
| * -* -netbsd* | * -* -openbsd* | * -* -freebsd* | * -* -dragonfly* \
2955
- | * -* -solaris2* | * -* -nto* )
2955
+ | * -* -solaris2* | * -* -nto* | * - * -nacl * )
2956
2956
case " ${target} " in
2957
2957
* -* -linux* aout* | * -* -linux* oldld* )
2958
2958
;;
Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ case "${ENABLE_GOLD}" in
317
317
*-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
318
318
| *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
319
319
| *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
320
- | *-*-solaris2* | *-*-nto*)
320
+ | *-*-solaris2* | *-*-nto* | *-*-nacl* )
321
321
case "${target}" in
322
322
*-*-linux*aout* | *-*-linux*oldld*)
323
323
;;
You can’t perform that action at this time.
0 commit comments