diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-09 16:58:32 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-09 16:58:32 +0000 |
commit | 44dcfcab2479814adf53e6c44b4542b85709cc0f (patch) | |
tree | ebf560b377323f3a8116c05a8c9b24e937bb6834 /gcc/config/rtems.h | |
parent | 780f79dc51b4baa736d86b75f1df993a180de0aa (diff) | |
download | gcc-44dcfcab2479814adf53e6c44b4542b85709cc0f.tar.gz |
* config/i386/netware.h (TARGET_POSIX_IO): Define.
* config/i386/nto.h (TARGET_POSIX_IO): Define.
* config/ia64/hpux.h (TARGET_POSIX_IO): Define.
* config/moxie/moxie.h (TARGET_POSIX_IO): Don't undefine.
* config/openbsd.h (TARGET_POSIX_IO): Define.
* config/rtems.h (TARGET_POSIX_IO): Define.
* config/sh/embed-elf.h (TARGET_POSIX_IO): Don't undefine.
* config/sol2.h (TARGET_POSIX_IO): Define.
* config/svr4.h (TARGET_POSIX_IO): Don't define.
* config/vxworksae.h (TARGET_POSIX_IO): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167648 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rtems.h')
-rw-r--r-- | gcc/config/rtems.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/rtems.h b/gcc/config/rtems.h index 39ddcb7b55e..869b14b56d4 100644 --- a/gcc/config/rtems.h +++ b/gcc/config/rtems.h @@ -40,3 +40,5 @@ along with GCC; see the file COPYING3. If not see "%{!nostdlib: %{qrtems: --start-group \ -lrtemsbsp -lrtemscpu \ -lc -lgcc --end-group %{!qnolinkcmds: -T linkcmds%s}}}" + +#define TARGET_POSIX_IO |