From eb6b0c88861370a9fad8c58dea37ff0db8f90689 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Mon, 20 Mar 1995 22:11:28 -0700 Subject: [PATCH] * x-pa (CC): Add "-Dbsd4_4". From-SVN: r9216 --- gcc/config/pa/x-pa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/pa/x-pa b/gcc/config/pa/x-pa index 08b0278..65d1d6d 100644 --- a/gcc/config/pa/x-pa +++ b/gcc/config/pa/x-pa @@ -1,4 +1,4 @@ -CC=gcc -DUSE_C_ALLOCA -D__inline= +CC=gcc -DUSE_C_ALLOCA -D__inline= -Dbsd4_4 # BSD on the PA already has ANSI include files which are c++ compatable. INSTALL_HEADERS= STMP_FIXPROTO= -- 2.7.4