mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 00:07:36 +08:00
newlib: phoenix: drop missing machine subdirs
These were never added to the tree, and as we transition from autoconf to automake, it really wants the latter subdirs to always exist. These don't, so delete the logic.
This commit is contained in:
parent
5a6bf1749f
commit
16c12761fd
11
newlib/libc/sys/phoenix/machine/configure
vendored
11
newlib/libc/sys/phoenix/machine/configure
vendored
@ -727,10 +727,7 @@ CPPFLAGS
|
||||
CPP
|
||||
CCAS
|
||||
CCASFLAGS'
|
||||
ac_subdirs_all='arm
|
||||
esirisc
|
||||
i386
|
||||
powerpc'
|
||||
ac_subdirs_all='arm'
|
||||
|
||||
# Initialize some variables set by options.
|
||||
ac_init_help=
|
||||
@ -4269,12 +4266,6 @@ if test -n "${machine_dir}"; then
|
||||
arm)
|
||||
|
||||
subdirs="$subdirs arm"
|
||||
;;
|
||||
esirisc) subdirs="$subdirs esirisc"
|
||||
;;
|
||||
i386) subdirs="$subdirs i386"
|
||||
;;
|
||||
powerpc) subdirs="$subdirs powerpc"
|
||||
;;
|
||||
esac;
|
||||
fi
|
||||
|
@ -12,9 +12,6 @@ NEWLIB_CONFIGURE(../../../..)
|
||||
if test -n "${machine_dir}"; then
|
||||
case ${machine_dir} in
|
||||
arm) AC_CONFIG_SUBDIRS(arm) ;;
|
||||
esirisc) AC_CONFIG_SUBDIRS(esirisc) ;;
|
||||
i386) AC_CONFIG_SUBDIRS(i386) ;;
|
||||
powerpc) AC_CONFIG_SUBDIRS(powerpc) ;;
|
||||
esac;
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user