diff options
author | Doug Rupp <rupp@adacore.com> | 2017-06-12 12:10:12 +0000 |
---|---|---|
committer | Olivier Hainque <hainque@gcc.gnu.org> | 2017-06-12 12:10:12 +0000 |
commit | a476498c3098a6bcfe8cd6e61ef902d7cd513396 (patch) | |
tree | cd512b7c3896a613cf972fa8e83c424f2afd7f78 /gcc/config.gcc | |
parent | c9c15e27492888cb0491b72af28ece83f79e4d72 (diff) | |
download | gcc-a476498c3098a6bcfe8cd6e61ef902d7cd513396.zip gcc-a476498c3098a6bcfe8cd6e61ef902d7cd513396.tar.gz gcc-a476498c3098a6bcfe8cd6e61ef902d7cd513396.tar.bz2 |
config.gcc (*-*-vxworks*): Set use_gcc_stdint to "provide".
2017-06-12 Doug Rupp <rupp@adacore.com>
gcc/
* config.gcc (*-*-vxworks*): Set use_gcc_stdint to "provide".
Append vxworks-stdint.h to the tm_file list.
* config/vxworks-stdint.h: New file.
fixincludes/
* inclhack.def (AAB_vxworks_stdint): Remove hack.
* fixincl.x: Regenerate.
From-SVN: r249121
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 44b8dea..8b00e66 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -917,6 +917,8 @@ case ${target} in xm_defines=POSIX extra_options="${extra_options} vxworks.opt" extra_objs="$extra_objs vxworks.o" + use_gcc_stdint=provide + tm_file="${tm_file} vxworks-stdint.h" case ${enable_threads} in no) ;; "" | yes | vxworks) thread_file='vxworks' ;; |