Skip to content
Snippets Groups Projects
Commit 412fbd54 authored by jason's avatar jason
Browse files

* configure.in (*-*-beos*): Recognize.

        * config/beos.mt: New file.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31374 138bc75d-0d04-0410-961f-82ee72b054a4
parent 507d9bd4
No related branches found
No related tags found
No related merge requests found
2000-01-12 Fred Fish <fnf@be.com>
* configure.in (*-*-beos*): Recognize.
* config/beos.mt: New file.
1999-12-22 Jakub Jelinek <jakub@redhat.com> 1999-12-22 Jakub Jelinek <jakub@redhat.com>
* libio.h (_IO_cookie_io_functions_t): Use _IO_off_t instead of * libio.h (_IO_cookie_io_functions_t): Use _IO_off_t instead of
......
# Use the libio which comes with the local libc.
# Comment this out to avoid including the stdio functions in libiostream.a:
# LIBIOSTREAM_OBJECTS = $(IO_OBJECTS) $(IOSTREAM_OBJECTS) $(STDIO_WRAP_OBJECTS) $(OSPRIM_OBJECTS)
# LIBIOSTREAM_DEP = $(LIBIOSTREAM_OBJECTS) stdio.list
# LIBIOSTREAM_USE = $(LIBIOSTREAM_OBJECTS) `cat stdio.list`
# Comment the above and uncomment the below to use the code in the Linux libc:
# We have _G_config.h in /usr/include.
_G_CONFIG_H=
# We must not see the libio.h file from this library.
LIBIO_INCLUDE=
# We have those in libc.a.
IO_OBJECTS= iogetline.o
STDIO_WRAP_OBJECTS=
OSPRIM_OBJECTS=
STDIO_OBJECTS=
# We have the rest in /usr/include.
USER_INCLUDES=PlotFile.h SFile.h builtinbuf.h editbuf.h fstream.h \
indstream.h iomanip.h iostream.h istream.h ostream.h \
parsestream.h pfstream.h procbuf.h stdiostream.h stream.h \
streambuf.h strfile.h strstream.h
...@@ -63,6 +63,7 @@ case "${target}" in ...@@ -63,6 +63,7 @@ case "${target}" in
*-netware*) frags=netware.mt ;; *-netware*) frags=netware.mt ;;
*-dgux*) frags=dgux.mt ;; *-dgux*) frags=dgux.mt ;;
*vxworks*) frags="vxworks.mt" ;; *vxworks*) frags="vxworks.mt" ;;
*-beos*) frags="beos.mt mtsafe.mt" ;;
*) frags=${target_cpu}.mt ;; *) frags=${target_cpu}.mt ;;
esac esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment