Skip to content
Snippets Groups Projects
Commit 92d90a92 authored by hjl's avatar hjl
Browse files

2002-07-18 H.J. Lu (hjl@gnu.org)

	* configure.in (machdep): Don't add mips_sgi_mach_dep.lo for
	Linux/mips.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55565 138bc75d-0d04-0410-961f-82ee72b054a4
parent f4dba476
No related merge requests found
2002-07-18 H.J. Lu (hjl@gnu.org)
* configure.in (machdep): Don't add mips_sgi_mach_dep.lo for
Linux/mips.
2002-06-28 Hans Boehm <Hans_Boehm@hp.com> 2002-06-28 Hans Boehm <Hans_Boehm@hp.com>
Jonathan Clark Jonathan Clark
......
This diff is collapsed.
...@@ -182,6 +182,8 @@ case "$host" in ...@@ -182,6 +182,8 @@ case "$host" in
mips-dec-ultrix*) mips-dec-ultrix*)
machdep="mips_ultrix_mach-dep.lo" machdep="mips_ultrix_mach-dep.lo"
;; ;;
mips*-*-linux*)
;;
mips-*-*) mips-*-*)
machdep="mips_sgi_mach_dep.lo" machdep="mips_sgi_mach_dep.lo"
AC_DEFINE(NO_EXECUTE_PERMISSION) AC_DEFINE(NO_EXECUTE_PERMISSION)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment