aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorTom Wood <wood@gnu.org>1992-08-04 19:17:40 +0000
committerTom Wood <wood@gnu.org>1992-08-04 19:17:40 +0000
commit16ff428bc1bdd96f26a06863d7254caeee17ecd6 (patch)
treeb245a70eda1ab2c72d3976be171acebf2f77331c /gcc
parent58535a23e79b51eab6adcbec834c92db5e735c69 (diff)
downloadgcc-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.h3
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