From 10022ff7100f0aac71546fb0f3df9bd6ef54c78a Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 4 Nov 1994 17:25:24 -0500 Subject: [PATCH] (VMS_TARGET): Define. From-SVN: r8388 --- gcc/config/vax/vms.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/config/vax/vms.h b/gcc/config/vax/vms.h index e869b9be12a..c2b708bab00 100644 --- a/gcc/config/vax/vms.h +++ b/gcc/config/vax/vms.h @@ -17,6 +17,8 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +#define VMS_TARGET + /* This enables certain macros in vax.h, which will make an indirect reference to an external symbol an invalid address. This needs to be defined before we include vax.h, since it determines which macros -- 2.30.2