diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-11-04 17:25:24 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-11-04 17:25:24 -0500 |
commit | 10022ff7100f0aac71546fb0f3df9bd6ef54c78a (patch) | |
tree | fe9b5d774bcbc36ead838073bd1272a9c9c8a764 /gcc | |
parent | 03f8961460fbe1fe78e9778183ef8239a997befe (diff) | |
download | gcc-10022ff7100f0aac71546fb0f3df9bd6ef54c78a.zip gcc-10022ff7100f0aac71546fb0f3df9bd6ef54c78a.tar.gz gcc-10022ff7100f0aac71546fb0f3df9bd6ef54c78a.tar.bz2 |
(VMS_TARGET): Define.
From-SVN: r8388
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/vax/vms.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/vax/vms.h b/gcc/config/vax/vms.h index e869b9b..c2b708b 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 |