* configure.in: Remove references to librx.
* Makefile.in: Remove references to librx.
This commit is contained in:
parent
ef467338e4
commit
78125538d3
@ -1,3 +1,8 @@
|
|||||||
|
2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
|
||||||
|
|
||||||
|
* configure.in: Remove references to librx.
|
||||||
|
* Makefile.in: Remove references to librx.
|
||||||
|
|
||||||
2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
|
2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
|
||||||
|
|
||||||
* configure.in: Eliminate ${gasdir} variable.
|
* configure.in: Eliminate ${gasdir} variable.
|
||||||
|
@ -186,7 +186,7 @@ OTHERS =
|
|||||||
|
|
||||||
# This is set by the configure script to the list of directories which
|
# This is set by the configure script to the list of directories which
|
||||||
# should be built using the target tools.
|
# should be built using the target tools.
|
||||||
TARGET_CONFIGDIRS = libiberty libgloss $(SPECIAL_LIBS) newlib librx winsup opcodes bsp libstub cygmon libf2c libobjc
|
TARGET_CONFIGDIRS = libiberty libgloss $(SPECIAL_LIBS) newlib winsup opcodes bsp libstub cygmon libf2c libobjc
|
||||||
|
|
||||||
# Target libraries are put under this directory:
|
# Target libraries are put under this directory:
|
||||||
# Changed by configure to $(target_alias) if cross.
|
# Changed by configure to $(target_alias) if cross.
|
||||||
@ -783,7 +783,6 @@ INSTALL_X11_MODULES = \
|
|||||||
# using $(TARGET_FLAGS_TO_PASS).
|
# using $(TARGET_FLAGS_TO_PASS).
|
||||||
ALL_TARGET_MODULES = \
|
ALL_TARGET_MODULES = \
|
||||||
all-target-libstdc++-v3 \
|
all-target-libstdc++-v3 \
|
||||||
all-target-librx \
|
|
||||||
all-target-newlib \
|
all-target-newlib \
|
||||||
all-target-libf2c \
|
all-target-libf2c \
|
||||||
all-target-libobjc \
|
all-target-libobjc \
|
||||||
@ -806,7 +805,6 @@ ALL_TARGET_MODULES = \
|
|||||||
# are compiled using the target tools.
|
# are compiled using the target tools.
|
||||||
CONFIGURE_TARGET_MODULES = \
|
CONFIGURE_TARGET_MODULES = \
|
||||||
configure-target-libstdc++-v3 \
|
configure-target-libstdc++-v3 \
|
||||||
configure-target-librx \
|
|
||||||
configure-target-newlib \
|
configure-target-newlib \
|
||||||
configure-target-libf2c \
|
configure-target-libf2c \
|
||||||
configure-target-libobjc \
|
configure-target-libobjc \
|
||||||
@ -932,7 +930,6 @@ CLEAN_MODULES = \
|
|||||||
# All of the target modules that can be cleaned
|
# All of the target modules that can be cleaned
|
||||||
CLEAN_TARGET_MODULES = \
|
CLEAN_TARGET_MODULES = \
|
||||||
clean-target-libstdc++-v3 \
|
clean-target-libstdc++-v3 \
|
||||||
clean-target-librx \
|
|
||||||
clean-target-newlib \
|
clean-target-newlib \
|
||||||
clean-target-libf2c \
|
clean-target-libf2c \
|
||||||
clean-target-libobjc \
|
clean-target-libobjc \
|
||||||
@ -1747,7 +1744,7 @@ all-target-gperf: configure-target-gperf all-target-libiberty all-target-libstdc
|
|||||||
all-gprof: all-libiberty all-bfd all-opcodes all-intl
|
all-gprof: all-libiberty all-bfd all-opcodes all-intl
|
||||||
all-grep: all-libiberty
|
all-grep: all-libiberty
|
||||||
all-grez: all-libiberty all-bfd all-opcodes
|
all-grez: all-libiberty all-bfd all-opcodes
|
||||||
all-gui: all-gdb all-libproc all-target-librx
|
all-gui: all-gdb all-libproc
|
||||||
all-guile:
|
all-guile:
|
||||||
all-gzip: all-libiberty
|
all-gzip: all-libiberty
|
||||||
all-hello: all-libiberty
|
all-hello: all-libiberty
|
||||||
@ -1768,8 +1765,6 @@ configure-target-libffi: $(ALL_GCC_C)
|
|||||||
all-target-libffi: configure-target-libffi
|
all-target-libffi: configure-target-libffi
|
||||||
configure-target-libjava: $(ALL_GCC_C) configure-target-zlib configure-target-boehm-gc configure-target-qthreads configure-target-libffi
|
configure-target-libjava: $(ALL_GCC_C) configure-target-zlib configure-target-boehm-gc configure-target-qthreads configure-target-libffi
|
||||||
all-target-libjava: configure-target-libjava all-fastjar all-target-zlib all-target-boehm-gc all-target-qthreads all-target-libffi
|
all-target-libjava: configure-target-libjava all-fastjar all-target-zlib all-target-boehm-gc all-target-qthreads all-target-libffi
|
||||||
configure-target-librx: $(ALL_GCC_C)
|
|
||||||
all-target-librx: configure-target-librx
|
|
||||||
configure-target-libstdc++-v3: $(ALL_GCC_C)
|
configure-target-libstdc++-v3: $(ALL_GCC_C)
|
||||||
all-target-libstdc++-v3: configure-target-libstdc++-v3 all-target-libiberty
|
all-target-libstdc++-v3: configure-target-libstdc++-v3 all-target-libiberty
|
||||||
configure-target-libstub: $(ALL_GCC_C)
|
configure-target-libstub: $(ALL_GCC_C)
|
||||||
|
21
configure.in
21
configure.in
@ -66,7 +66,6 @@ libgcj="target-libffi \
|
|||||||
target_libs="target-libiberty \
|
target_libs="target-libiberty \
|
||||||
target-libgloss \
|
target-libgloss \
|
||||||
target-newlib \
|
target-newlib \
|
||||||
target-librx \
|
|
||||||
${libstdcxx_version} \
|
${libstdcxx_version} \
|
||||||
target-libf2c \
|
target-libf2c \
|
||||||
${libgcj}
|
${libgcj}
|
||||||
@ -638,7 +637,7 @@ case "${target}" in
|
|||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
*-*-netware)
|
*-*-netware)
|
||||||
noconfigdirs="$noconfigdirs ${libstdcxx_version} target-librx target-newlib target-libiberty target-libgloss ${libgcj}"
|
noconfigdirs="$noconfigdirs ${libstdcxx_version} target-newlib target-libiberty target-libgloss ${libgcj}"
|
||||||
;;
|
;;
|
||||||
*-*-rtems*)
|
*-*-rtems*)
|
||||||
noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
|
noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
|
||||||
@ -664,8 +663,6 @@ case "${target}" in
|
|||||||
alpha*-*-linux*)
|
alpha*-*-linux*)
|
||||||
# newlib is not 64 bit ready
|
# newlib is not 64 bit ready
|
||||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
||||||
# linux has rx in libc
|
|
||||||
skipdirs="$skipdirs target-librx"
|
|
||||||
;;
|
;;
|
||||||
alpha*-*-freebsd*)
|
alpha*-*-freebsd*)
|
||||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
||||||
@ -676,8 +673,6 @@ case "${target}" in
|
|||||||
;;
|
;;
|
||||||
sh-*-linux*)
|
sh-*-linux*)
|
||||||
noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
|
noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
|
||||||
# linux has rx in libc
|
|
||||||
skipdirs="$skipdirs target-librx"
|
|
||||||
;;
|
;;
|
||||||
sh*-*-pe|mips*-*-pe|*arm-wince-pe)
|
sh*-*-pe|mips*-*-pe|*arm-wince-pe)
|
||||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||||
@ -734,7 +729,7 @@ case "${target}" in
|
|||||||
noconfigdirs="$noconfigdirs target-libiberty ${libstdcxx_version} ${libgcj}"
|
noconfigdirs="$noconfigdirs target-libiberty ${libstdcxx_version} ${libgcj}"
|
||||||
;;
|
;;
|
||||||
c4x-*-*)
|
c4x-*-*)
|
||||||
noconfigdirs="$noconfigdirs ${libstdcxx_version} target-librx target-libgloss ${libgcj}"
|
noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libgloss ${libgcj}"
|
||||||
;;
|
;;
|
||||||
c54x*-*-* | tic54x-*-*)
|
c54x*-*-* | tic54x-*-*)
|
||||||
noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libgloss ${libgcj} gcc gdb newlib"
|
noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libgloss ${libgcj} gcc gdb newlib"
|
||||||
@ -743,7 +738,7 @@ case "${target}" in
|
|||||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||||
;;
|
;;
|
||||||
d10v-*-*)
|
d10v-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-librx ${libstdcxx_version} target-libgloss ${libgcj}"
|
noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libgloss ${libgcj}"
|
||||||
;;
|
;;
|
||||||
d30v-*-*)
|
d30v-*-*)
|
||||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||||
@ -764,7 +759,7 @@ case "${target}" in
|
|||||||
noconfigdirs="$noconfigdirs target-libgloss"
|
noconfigdirs="$noconfigdirs target-libgloss"
|
||||||
;;
|
;;
|
||||||
h8500-*-*)
|
h8500-*-*)
|
||||||
noconfigdirs="$noconfigdirs ${libstdcxx_version} target-librx target-libgloss ${libgcj} target-libf2c"
|
noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libgloss ${libgcj} target-libf2c"
|
||||||
;;
|
;;
|
||||||
hppa*64*-*-linux* | parisc*64*-*-linux*)
|
hppa*64*-*-linux* | parisc*64*-*-linux*)
|
||||||
# In this case, it's because the hppa64-linux target is for
|
# In this case, it's because the hppa64-linux target is for
|
||||||
@ -804,8 +799,6 @@ case "${target}" in
|
|||||||
s390*-*-linux*)
|
s390*-*-linux*)
|
||||||
# The libffi port is not yet in the GCC tree
|
# The libffi port is not yet in the GCC tree
|
||||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
|
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
|
||||||
# linux has rx in libc
|
|
||||||
skipdirs="$skipdirs target-librx"
|
|
||||||
;;
|
;;
|
||||||
i[3456]86-*-linux*)
|
i[3456]86-*-linux*)
|
||||||
# This section makes it possible to build newlib natively on linux.
|
# This section makes it possible to build newlib natively on linux.
|
||||||
@ -818,13 +811,9 @@ case "${target}" in
|
|||||||
# Note however, that newlib will only be configured in this situation
|
# Note however, that newlib will only be configured in this situation
|
||||||
# if the --with-newlib option has been given, because otherwise
|
# if the --with-newlib option has been given, because otherwise
|
||||||
# 'target-newlib' will appear in skipdirs.
|
# 'target-newlib' will appear in skipdirs.
|
||||||
# linux has rx in libc
|
|
||||||
skipdirs="$skipdirs target-librx"
|
|
||||||
;;
|
;;
|
||||||
*-*-linux*)
|
*-*-linux*)
|
||||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
||||||
# linux has rx in libc
|
|
||||||
skipdirs="$skipdirs target-librx"
|
|
||||||
;;
|
;;
|
||||||
i[3456]86-*-mingw32*)
|
i[3456]86-*-mingw32*)
|
||||||
target_configdirs="$target_configdirs target-mingw"
|
target_configdirs="$target_configdirs target-mingw"
|
||||||
@ -851,7 +840,7 @@ case "${target}" in
|
|||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
i[3456]86-*-pe)
|
i[3456]86-*-pe)
|
||||||
noconfigdirs="$noconfigdirs ${libstdcxx_version} target-librx target-libgloss ${libgcj}"
|
noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libgloss ${libgcj}"
|
||||||
;;
|
;;
|
||||||
i[3456]86-*-sco3.2v5*)
|
i[3456]86-*-sco3.2v5*)
|
||||||
# The linker does not yet know about weak symbols in COFF,
|
# The linker does not yet know about weak symbols in COFF,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user