Commit 0d6e26f 1 parent d7281d5 commit 0d6e26f Copy full SHA for 0d6e26f
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-12-16 Thomas Schwinge <
[email protected] >
2
+
3
+ * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
4
+ * configure: Regenerate.
5
+
1
6
2012-12-11 H.J. Lu <
[email protected] >
2
7
3
8
* Makefile.def (target_modules): Add bootstrap=true and
Original file line number Diff line number Diff line change @@ -2950,7 +2950,7 @@ case "${ENABLE_GOLD}" in
2950
2950
is_elf=no
2951
2951
case " ${target} " in
2952
2952
* -* -elf* | * -* -sysv4* | * -* -unixware* | * -* -eabi* | hppa* 64* -* -hpux* \
2953
- | * -* -linux* | frv-* -uclinux* | * -* -irix5* | * -* -irix6* \
2953
+ | * -* -linux* | * - * -gnu * | frv-* -uclinux* | * -* -irix5* | * -* -irix6* \
2954
2954
| * -* -netbsd* | * -* -openbsd* | * -* -freebsd* | * -* -dragonfly* \
2955
2955
| * -* -solaris2* | * -* -nto* | * -* -nacl* )
2956
2956
case " ${target} " in
Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ case "${ENABLE_GOLD}" in
315
315
is_elf=no
316
316
case "${target}" in
317
317
*-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
318
- | *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
318
+ | *-*-linux* | *-*-gnu* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
319
319
| *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
320
320
| *-*-solaris2* | *-*-nto* | *-*-nacl*)
321
321
case "${target}" in
You can’t perform that action at this time.
0 commit comments