Skip to content

Commit

Permalink
egcs-1.1.2-mips.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Jan 20, 2023
1 parent 56c1d90 commit 6d25e6e
Show file tree
Hide file tree
Showing 10 changed files with 1,731 additions and 1 deletion.
14 changes: 14 additions & 0 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ if false && [ "${host}" = "${target}" ] && [ x${enable_shared} = x ]; then
case "${target}" in
alpha*-dec-osf*) enable_shared=yes ;;
alpha*-*-linux*) enable_shared=yes ;;
mips*-*-linux*) enable_shared=yes ;;
mips-sgi-irix5*) enable_shared=yes ;;
*) enable_shared=no ;;
esac
Expand Down Expand Up @@ -588,6 +589,19 @@ case "${target}" in
# but don't build gdb
noconfigdirs="$noconfigdirs gdb target-libg++ target-libstdc++ target-libio target-librx"
;;
mips64*-*-linux*)
# newlib is not 64 bit ready
# gprof isn't supported for MIPS
noconfigdirs="$noconfigdirs gprof target-newlib target-libgloss"
# linux has rx in libc
skipdirs="$skipdirs target-librx"
;;
mips*-*-linux*)
# gprof isn't supported for MIPS
noconfigdirs="$noconfigdirs gprof"
# linux has rx in libc
skipdirs="$skipdirs target-librx"
;;
*-*-linux*)
# linux has rx in libc
skipdirs="$skipdirs target-librx"
Expand Down
Loading

0 comments on commit 6d25e6e

Please sign in to comment.