Line 1... |
Line 1... |
# Copyright (c) 1995, 1996, 1997, 1998 Cygnus Support
|
# Copyright (c) 1995, 1996, 1997, 1998, 1999 Cygnus Support
|
#
|
#
|
# The authors hereby grant permission to use, copy, modify, distribute,
|
# The authors hereby grant permission to use, copy, modify, distribute,
|
# and license this software and its documentation for any purpose, provided
|
# and license this software and its documentation for any purpose, provided
|
# that existing copyright notices are retained in all copies and that this
|
# that existing copyright notices are retained in all copies and that this
|
# notice is included verbatim in any distributions. No written agreement,
|
# notice is included verbatim in any distributions. No written agreement,
|
Line 80... |
Line 80... |
AC_SUBST(AR)
|
AC_SUBST(AR)
|
LD=${LD-ld}
|
LD=${LD-ld}
|
AC_SUBST(LD)
|
AC_SUBST(LD)
|
AC_PROG_RANLIB
|
AC_PROG_RANLIB
|
|
|
|
crt0=crt0.o
|
|
pcrt0=pcrt0.o
|
|
|
case "${target}" in
|
case "${target}" in
|
mips*-tx39*-*|mipstx39*-*-*)
|
mips*-tx39*-*|mipstx39*-*-*)
|
part_specific_obj=
|
part_specific_obj=
|
part_specific_defines=
|
part_specific_defines=
|
script_list="dve idt"
|
script_list="dve idt jmr3904app jmr3904dram jmr3904dram-java jmr3904app-java"
|
bsp_list="libdve.a libidt.a"
|
bsp_list="libdve.a libidt.a libjmr3904.a"
|
;;
|
;;
|
mips64vr4100-*-*)
|
# start-sanitize-tx49
|
|
mips*-tx49*-*|mips64tx49-*-*)
|
part_specific_obj=
|
part_specific_obj=
|
part_specific_defined=
|
part_specific_defines=
|
script_list=nullmon
|
script_list="dve idt"
|
bsp_list=libnullmon.a
|
bsp_list="libidt.a libdve.a"
|
;;
|
;;
|
|
# end-sanitize-tx49
|
mips*-lsi*-*)
|
mips*-lsi*-*)
|
part_specific_obj=entry.o
|
part_specific_obj=entry.o
|
part_specific_defines=
|
part_specific_defines=
|
script_list="lsi"
|
script_list="lsi"
|
bsp_list=liblsi.a
|
bsp_list=liblsi.a
|
;;
|
;;
|
*)
|
*)
|
part_specific_obj="vr4300.o cma101.o"
|
part_specific_obj="vr4300.o cma101.o"
|
part_specific_defines=
|
part_specific_defines=
|
script_list="idt pmon ddb lsi idtecoff"
|
script_list="idt pmon ddb lsi idtecoff nullmon"
|
bsp_list="libidt.a libpmon.a liblsi.a"
|
bsp_list="libidt.a libpmon.a liblsi.a libnullmon.a"
|
;;
|
;;
|
esac
|
esac
|
|
|
host_makefile_frag=${srcdir}/../config/default.mh
|
host_makefile_frag=${srcdir}/../config/default.mh
|
target_makefile_frag=${srcdir}/../config/mips.mt
|
target_makefile_frag=${srcdir}/../config/mips.mt
|
Line 124... |
Line 129... |
AC_SUBST_FILE(target_makefile_frag)
|
AC_SUBST_FILE(target_makefile_frag)
|
AC_SUBST(part_specific_obj)
|
AC_SUBST(part_specific_obj)
|
AC_SUBST(part_specific_defines)
|
AC_SUBST(part_specific_defines)
|
AC_SUBST(script_list)
|
AC_SUBST(script_list)
|
AC_SUBST(bsp_list)
|
AC_SUBST(bsp_list)
|
|
AC_SUBST(crt0)
|
|
AC_SUBST(pcrt0)
|
|
|
AC_OUTPUT(Makefile,
|
AC_OUTPUT(Makefile,
|
. ${libgloss_topdir}/config-ml.in,
|
. ${libgloss_topdir}/config-ml.in,
|
srcdir=${srcdir}
|
srcdir=${srcdir}
|
target=${target}
|
target=${target}
|