* configure.in: Also configure librx.
This commit is contained in:
parent
3cbe9f4d97
commit
63a042e60f
@ -1,3 +1,7 @@
|
|||||||
|
Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
||||||
|
|
||||||
|
* configure.in: Also configure librx.
|
||||||
|
|
||||||
Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
||||||
|
|
||||||
* Makefile.in: Update various rules to reflect that librx
|
* Makefile.in: Update various rules to reflect that librx
|
||||||
|
@ -38,7 +38,7 @@ host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch
|
|||||||
# these libraries are built for the target environment, and are built after
|
# these libraries are built for the target environment, and are built after
|
||||||
# the host libraries and the host tools (which may be a cross compiler)
|
# the host libraries and the host tools (which may be a cross compiler)
|
||||||
#
|
#
|
||||||
target_libs="libm xiberty newlib libio libg++"
|
target_libs="libm xiberty newlib libio librx libg++"
|
||||||
|
|
||||||
|
|
||||||
# these tools are built using the target libs, and are intended to run only
|
# these tools are built using the target libs, and are intended to run only
|
||||||
@ -236,7 +236,7 @@ case "${target}" in
|
|||||||
;;
|
;;
|
||||||
h8300*-*-* | \
|
h8300*-*-* | \
|
||||||
h8500-*-*)
|
h8500-*-*)
|
||||||
noconfigdirs="$noconfigdirs libg++ libio"
|
noconfigdirs="$noconfigdirs libg++ libio librx"
|
||||||
;;
|
;;
|
||||||
hppa*-*-*elf*)
|
hppa*-*-*elf*)
|
||||||
# Do configure ld/binutils/gas for this case.
|
# Do configure ld/binutils/gas for this case.
|
||||||
@ -255,7 +255,7 @@ case "${target}" in
|
|||||||
# add the go32 support tools to the list
|
# add the go32 support tools to the list
|
||||||
# but don't build gdb
|
# but don't build gdb
|
||||||
configdirs=`echo go32 ${configdirs}`
|
configdirs=`echo go32 ${configdirs}`
|
||||||
noconfigdirs="$noconfigdirs gdb libg++ libio"
|
noconfigdirs="$noconfigdirs gdb libg++ libio librx"
|
||||||
;;
|
;;
|
||||||
i[34]86-*-sco*)
|
i[34]86-*-sco*)
|
||||||
noconfigdirs="$noconfigdirs gprof"
|
noconfigdirs="$noconfigdirs gprof"
|
||||||
|
Loading…
Reference in New Issue
Block a user