summaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2012-03-16 09:29:56 +0000
committerTristan Gingold <gingold@gcc.gnu.org>2012-03-16 09:29:56 +0000
commit20bfad56eb81a52c7449521282401c88deee391b (patch)
tree65dda6bc6ec9ce3389cdcdb5a2150497a481cdf3 /gcc/config.gcc
parent305576a5b04f3629f5af463cbbed5895d68f510c (diff)
downloadgcc-20bfad56eb81a52c7449521282401c88deee391b.tar.gz
config.gcc (*-*-*vms*): Define use_gcc_stdint and tm_file.
2012-03-16 Tristan Gingold <gingold@adacore.com> * config.gcc (*-*-*vms*): Define use_gcc_stdint and tm_file. * config/vms/vms-stdint.h: New file. From-SVN: r185456
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index a1f080aaf23..543944edcf4 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -740,6 +740,8 @@ case ${target} in
xm_file="vms/xm-vms.h"
c_target_objs="vms-c.o"
cxx_target_objs="vms-c.o"
+ use_gcc_stdint=provide
+ tm_file="${tm_file} vms/vms-stdint.h"
if test x$gnu_ld != xyes; then
# Build wrappers for native case.
extra_programs="ld\$(exeext) ar\$(exeext)"