diff options
author | Tom Wood <wood@gnu.org> | 1992-08-04 19:17:40 +0000 |
---|---|---|
committer | Tom Wood <wood@gnu.org> | 1992-08-04 19:17:40 +0000 |
commit | 16ff428bc1bdd96f26a06863d7254caeee17ecd6 (patch) | |
tree | b245a70eda1ab2c72d3976be171acebf2f77331c /gcc | |
parent | 58535a23e79b51eab6adcbec834c92db5e735c69 (diff) | |
download | gcc-16ff428bc1bdd96f26a06863d7254caeee17ecd6.zip gcc-16ff428bc1bdd96f26a06863d7254caeee17ecd6.tar.gz gcc-16ff428bc1bdd96f26a06863d7254caeee17ecd6.tar.bz2 |
(USING_SVR4_H): Define.
From-SVN: r1766
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/svr4.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/svr4.h b/gcc/config/svr4.h index 2c98024..c0fd18f 100644 --- a/gcc/config/svr4.h +++ b/gcc/config/svr4.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 svr4.h. */ +#define USING_SVR4_H + /* For the sake of libgcc2.c, indicate target supports atexit. */ #define HAVE_ATEXIT |