diff options
Diffstat (limited to 'gcc/config/vax/linux.h')
-rw-r--r-- | gcc/config/vax/linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/vax/linux.h b/gcc/config/vax/linux.h index 2f09848..880067c 100644 --- a/gcc/config/vax/linux.h +++ b/gcc/config/vax/linux.h @@ -18,7 +18,7 @@ along with GCC; see the file COPYING3. If not see <http://www.gnu.org/licenses/>. */ -#define TARGET_OS_CPP_BUILTINS() LINUX_TARGET_OS_CPP_BUILTINS() +#define TARGET_OS_CPP_BUILTINS() GNU_USER_TARGET_OS_CPP_BUILTINS() /* We use GAS, G-float double and want new DI patterns. */ #undef TARGET_DEFAULT |