mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 23:57:03 +08:00
* Makefile.in: Add support for new libio.
This commit is contained in:
@ -1,5 +1,13 @@
|
|||||||
|
Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
|
||||||
|
|
||||||
|
* Makefile.in: Add support for new libio.
|
||||||
|
|
||||||
Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
|
* install.sh: If one command fails, don't try the rest. Don't try
|
||||||
|
to remove $dsttmp (via trap) unless we have already created it.
|
||||||
|
If $src doesn't exist, detect it and exit with an error.
|
||||||
|
|
||||||
* config.guess: Recognize BSD on hp300.
|
* config.guess: Recognize BSD on hp300.
|
||||||
|
|
||||||
Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
|
Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
|
||||||
|
11
Makefile.in
11
Makefile.in
@ -479,6 +479,7 @@ ALL_TARGET_MODULES = \
|
|||||||
$(start-sanitize-chill) \
|
$(start-sanitize-chill) \
|
||||||
all-chillrt \
|
all-chillrt \
|
||||||
$(end-sanitize-chill) \
|
$(end-sanitize-chill) \
|
||||||
|
all-libio \
|
||||||
all-libg++ \
|
all-libg++ \
|
||||||
all-newlib \
|
all-newlib \
|
||||||
all-xiberty
|
all-xiberty
|
||||||
@ -489,6 +490,7 @@ CHECK_TARGET_MODULES = \
|
|||||||
$(start-sanitize-chill) \
|
$(start-sanitize-chill) \
|
||||||
check-chillrt \
|
check-chillrt \
|
||||||
$(end-sanitize-chill) \
|
$(end-sanitize-chill) \
|
||||||
|
check-libio \
|
||||||
check-libg++ \
|
check-libg++ \
|
||||||
check-newlib \
|
check-newlib \
|
||||||
check-xiberty
|
check-xiberty
|
||||||
@ -499,15 +501,16 @@ INSTALL_TARGET_MODULES = \
|
|||||||
$(start-sanitize-chill) \
|
$(start-sanitize-chill) \
|
||||||
install-chillrt \
|
install-chillrt \
|
||||||
$(end-sanitize-chill) \
|
$(end-sanitize-chill) \
|
||||||
|
install-libio \
|
||||||
install-libg++ \
|
install-libg++ \
|
||||||
install-newlib \
|
install-newlib \
|
||||||
install-xiberty
|
install-xiberty
|
||||||
|
|
||||||
# This is a shell case of all modules which are compiled using
|
# This is a shell case of all modules which are compiled using
|
||||||
# $(TARGET_FLAGS_TO_PASS), used in the do-X rule.
|
# $(TARGET_FLAGS_TO_PASS), used in the do-X rule.
|
||||||
TARGET_LIBS = libg++ | newlib | xiberty
|
TARGET_LIBS = libio | libg++ | newlib | xiberty
|
||||||
# start-sanitize-chill
|
# start-sanitize-chill
|
||||||
TARGET_LIBS = chillrt | libg++ | newlib | xiberty
|
TARGET_LIBS = chillrt | libio | libg++ | newlib | xiberty
|
||||||
# end-sanitize-chill
|
# end-sanitize-chill
|
||||||
|
|
||||||
# The first rule in the file had better be this one. Don't put any above it.
|
# The first rule in the file had better be this one. Don't put any above it.
|
||||||
@ -836,13 +839,13 @@ all-gcc: all-libiberty all-byacc all-binutils all-gas
|
|||||||
all-gdb: all-libiberty all-opcodes all-bfd all-mmalloc all-readline all-glob all-byacc all-sim
|
all-gdb: all-libiberty all-opcodes all-bfd all-mmalloc all-readline all-glob all-byacc all-sim
|
||||||
all-glob:
|
all-glob:
|
||||||
all-gprof: all-libiberty all-bfd
|
all-gprof: all-libiberty all-bfd
|
||||||
all-grep:
|
all-grep: all-libiberty
|
||||||
all-gzip: all-libiberty
|
all-gzip: all-libiberty
|
||||||
all-hello: all-libiberty
|
all-hello: all-libiberty
|
||||||
all-indent:
|
all-indent:
|
||||||
all-ispell: all-emacs
|
all-ispell: all-emacs
|
||||||
all-ld: all-libiberty all-bfd all-byacc all-flex
|
all-ld: all-libiberty all-bfd all-byacc all-flex
|
||||||
all-libg++: all-gas all-ld all-gcc all-xiberty all-newlib
|
all-libg++: all-gas all-ld all-gcc all-xiberty all-newlib all-libio
|
||||||
all-libiberty:
|
all-libiberty:
|
||||||
all-m4: all-libiberty
|
all-m4: all-libiberty
|
||||||
all-make: all-libiberty
|
all-make: all-libiberty
|
||||||
|
Reference in New Issue
Block a user