forked from Imagelibrary/rtems
Added mvme162lx bsp configuration.
M68040 FPSP was already part of the tree but was not being built.
This commit is contained in:
17
configure
vendored
17
configure
vendored
@@ -667,6 +667,9 @@ c/src/lib/libbsp/m68k/mvme162/startup/Makefile \
|
||||
c/src/lib/libbsp/m68k/mvme162/timer/Makefile \
|
||||
c/src/lib/libbsp/m68k/mvme162/tools/Makefile \
|
||||
c/src/lib/libbsp/m68k/mvme162/wrapup/Makefile \
|
||||
c/src/lib/libcpu/m68k/Makefile \
|
||||
c/src/lib/libcpu/m68k/m68040/Makefile \
|
||||
c/src/lib/libcpu/m68k/m68040/fpsp/Makefile \
|
||||
c/src/lib/start/m68k/Makefile"
|
||||
|
||||
no_cpu_mk="c/src/exec/score/cpu/no_cpu/Makefile \
|
||||
@@ -957,7 +960,7 @@ c/src/tests/tools/unix/Makefile \
|
||||
c/src/tests/tools/unix/posix/Makefile"
|
||||
|
||||
echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
|
||||
echo "configure:961: checking whether ${MAKE-make} sets \${MAKE}" >&5
|
||||
echo "configure:964: checking whether ${MAKE-make} sets \${MAKE}" >&5
|
||||
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
|
||||
if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
@@ -1030,7 +1033,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
|
||||
fi
|
||||
|
||||
echo $ac_n "checking host system type""... $ac_c" 1>&6
|
||||
echo "configure:1034: checking host system type" >&5
|
||||
echo "configure:1037: checking host system type" >&5
|
||||
|
||||
host_alias=$host
|
||||
case "$host_alias" in
|
||||
@@ -1051,7 +1054,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
|
||||
echo "$ac_t""$host" 1>&6
|
||||
|
||||
echo $ac_n "checking target system type""... $ac_c" 1>&6
|
||||
echo "configure:1055: checking target system type" >&5
|
||||
echo "configure:1058: checking target system type" >&5
|
||||
|
||||
target_alias=$target
|
||||
case "$target_alias" in
|
||||
@@ -1069,7 +1072,7 @@ target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
|
||||
echo "$ac_t""$target" 1>&6
|
||||
|
||||
echo $ac_n "checking build system type""... $ac_c" 1>&6
|
||||
echo "configure:1073: checking build system type" >&5
|
||||
echo "configure:1076: checking build system type" >&5
|
||||
|
||||
build_alias=$build
|
||||
case "$build_alias" in
|
||||
@@ -1201,7 +1204,7 @@ case "${target}" in
|
||||
;;
|
||||
m68k-rtems*)
|
||||
rtems_bsp="dmv152 efi332 efi68k gen68302 gen68360 gen68360_040 idp \
|
||||
mvme136 mvme147 mvme147s mvme162"
|
||||
mvme136 mvme147 mvme147s mvme162 mvme162lx"
|
||||
makefiles=$m68k_mk
|
||||
;;
|
||||
mips64orion-rtems*)
|
||||
@@ -1260,7 +1263,7 @@ do
|
||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||
set dummy $ac_prog; ac_word=$2
|
||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||
echo "configure:1264: checking for $ac_word" >&5
|
||||
echo "configure:1267: checking for $ac_word" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
@@ -1289,7 +1292,7 @@ test -n "$AWK" && break
|
||||
done
|
||||
|
||||
echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
|
||||
echo "configure:1293: checking whether ln -s works" >&5
|
||||
echo "configure:1296: checking whether ln -s works" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
|
||||
@@ -124,6 +124,9 @@ c/src/lib/libbsp/m68k/mvme162/startup/Makefile \
|
||||
c/src/lib/libbsp/m68k/mvme162/timer/Makefile \
|
||||
c/src/lib/libbsp/m68k/mvme162/tools/Makefile \
|
||||
c/src/lib/libbsp/m68k/mvme162/wrapup/Makefile \
|
||||
c/src/lib/libcpu/m68k/Makefile \
|
||||
c/src/lib/libcpu/m68k/m68040/Makefile \
|
||||
c/src/lib/libcpu/m68k/m68040/fpsp/Makefile \
|
||||
c/src/lib/start/m68k/Makefile"
|
||||
|
||||
no_cpu_mk="c/src/exec/score/cpu/no_cpu/Makefile \
|
||||
@@ -493,7 +496,7 @@ case "${target}" in
|
||||
;;
|
||||
m68k-rtems*)
|
||||
rtems_bsp="dmv152 efi332 efi68k gen68302 gen68360 gen68360_040 idp \
|
||||
mvme136 mvme147 mvme147s mvme162"
|
||||
mvme136 mvme147 mvme147s mvme162 mvme162lx"
|
||||
makefiles=$m68k_mk
|
||||
;;
|
||||
mips64orion-rtems*)
|
||||
|
||||
Reference in New Issue
Block a user