mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-12 20:58:48 +00:00
* configure.in (host==powerpc-pe): Add many directories to noconfigdirs
for powerpc-pe native. (target==i386-win32): add tcl, make to noconfigdirs if canadian cross. (target==powerpc-pe): duplicate i386-win32 entry.
This commit is contained in:
parent
9499591f90
commit
a51794f15a
@ -1,3 +1,10 @@
|
|||||||
|
Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
|
||||||
|
|
||||||
|
* configure.in (host==powerpc-pe): Add many directories to noconfigdirs
|
||||||
|
for powerpc-pe native.
|
||||||
|
(target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
|
||||||
|
(target==powerpc-pe): duplicate i386-win32 entry.
|
||||||
|
|
||||||
Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
|
Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
|
||||||
|
|
||||||
* configure.in (noconfigdirs): Exclude target-newlib for all versions
|
* configure.in (noconfigdirs): Exclude target-newlib for all versions
|
||||||
|
14
configure.in
14
configure.in
@ -361,6 +361,9 @@ case "${host}" in
|
|||||||
i[345]86-*-win32)
|
i[345]86-*-win32)
|
||||||
noconfigdirs="patch diff flex make tk tcl expect dejagnu cvs autoconf texinfo bison send-pr gprof rcs"
|
noconfigdirs="patch diff flex make tk tcl expect dejagnu cvs autoconf texinfo bison send-pr gprof rcs"
|
||||||
;;
|
;;
|
||||||
|
ppc*-*-pe)
|
||||||
|
noconfigdirs="patch diff flex make tk tcl expect dejagnu cvs autoconf texinfo bison send-pr gprof rcs"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
||||||
@ -419,9 +422,7 @@ case "${target}" in
|
|||||||
# Can't build gdb for win32 if not native.
|
# Can't build gdb for win32 if not native.
|
||||||
# make/glob's configure uses some AC_TRY_RUN type tests
|
# make/glob's configure uses some AC_TRY_RUN type tests
|
||||||
target_configdirs="$target_configdirs target-winsup"
|
target_configdirs="$target_configdirs target-winsup"
|
||||||
if [ x${is_cross_compiler} = xyes ]; then
|
noconfigdirs="$noconfigdirs gdb tcl tk make"
|
||||||
noconfigdirs="$noconfigdirs gdb tk make"
|
|
||||||
fi
|
|
||||||
# always build newlib.
|
# always build newlib.
|
||||||
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
|
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
|
||||||
;;
|
;;
|
||||||
@ -454,8 +455,11 @@ case "${target}" in
|
|||||||
# copied from rs6000-*-* entry
|
# copied from rs6000-*-* entry
|
||||||
noconfigdirs="$noconfigdirs gprof cvs"
|
noconfigdirs="$noconfigdirs gprof cvs"
|
||||||
;;
|
;;
|
||||||
powerpc*-*-winnt* | powerpc*-*-pe*)
|
powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
|
||||||
noconfigdirs="$noconfigdirs gdb"
|
target_configdirs="$target_configdirs target-winsup"
|
||||||
|
noconfigdirs="$noconfigdirs gdb tcl tk make expect"
|
||||||
|
# always build newlib.
|
||||||
|
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
|
||||||
;;
|
;;
|
||||||
rs6000-*-lynxos*)
|
rs6000-*-lynxos*)
|
||||||
# The CVS server code doesn't work on the RS/6000
|
# The CVS server code doesn't work on the RS/6000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user