comparison gcc/config/vms/xm-vms.h @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents 77e2b8dfacca
children 84e7813d76e9
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 /* Configuration for GCC for hosting on VMS 1 /* Configuration for GCC for hosting on VMS
2 using a Unix style C library. 2 using a Unix style C library.
3 Copyright (C) 1996, 1997, 2001, 2004, 2007, 2009 3 Copyright (C) 1996-2017 Free Software Foundation, Inc.
4 Free Software Foundation, Inc.
5 4
6 This file is part of GCC. 5 This file is part of GCC.
7 6
8 GCC is free software; you can redistribute it and/or modify 7 GCC is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by 8 it under the terms of the GNU General Public License as published by
51 perror_with_name (NAME); \ 50 perror_with_name (NAME); \
52 break; \ 51 break; \
53 } \ 52 } \
54 } while (0) 53 } while (0)
55 54
56 #define STANDARD_EXEC_PREFIX "/gnu/libexec/gcc/" 55 /* If 64 bit pointers are used, use 64 bit specifier. */
56
57 #if (defined (__INITIAL_POINTER_SIZE) && __INITIAL_POINTER_SIZE == 64) \
58 || defined (__LONG_POINTERS)
59 #define HOST_LONG_FORMAT "ll"
60 #define HOST_PTR_PRINTF "%llp"
61 #endif
62
57 #define STANDARD_STARTFILE_PREFIX "/gnu/lib/" 63 #define STANDARD_STARTFILE_PREFIX "/gnu/lib/"
58 #define STANDARD_INCLUDE_DIR "/gnu/include"