diff options
author | wood <wood@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-08-04 19:16:56 +0000 |
---|---|---|
committer | wood <wood@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-08-04 19:16:56 +0000 |
commit | f606990413b7762c5bdf0e160fe67a71f891040f (patch) | |
tree | 64b3e30e15c06ae43f7ce33e7186368cef6ac04a /gcc/config/svr3.h | |
parent | 7a4a803a94da422a43e49b151fd181f5fa143e56 (diff) | |
download | gcc-f606990413b7762c5bdf0e160fe67a71f891040f.tar.gz |
(USING_SVR3_H): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1765 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/svr3.h')
-rw-r--r-- | gcc/config/svr3.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/svr3.h b/gcc/config/svr3.h index bc648caa4d8..9f8ddc1530b 100644 --- a/gcc/config/svr3.h +++ b/gcc/config/svr3.h @@ -39,6 +39,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. appropriate define for the type of hardware that you are targeting. */ +/* Define a symbol indicating that we are using svr3.h. */ +#define USING_SVR3_H + /* Define a symbol so that libgcc* can know what sort of operating environment and assembler syntax we are targeting for. */ #define SVR3_target |