aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2009-06-01 03:03:37 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2009-06-01 03:03:37 +0000
commit5ac69a8037f6c26bd7b4202509eab0f01c664fa5 (patch)
treee2c423455d397bdb700550eba432fce2631eaf09 /gcc/config.gcc
parent54b2b4605f5ade63cc5641aaecaca3c4e4e2f248 (diff)
downloadgcc-5ac69a8037f6c26bd7b4202509eab0f01c664fa5.zip
gcc-5ac69a8037f6c26bd7b4202509eab0f01c664fa5.tar.gz
gcc-5ac69a8037f6c26bd7b4202509eab0f01c664fa5.tar.bz2
freebsd-stdint.h: New file.
* config/freebsd-stdint.h: New file. * config.gcc (*-*-freebsd): Set use_gcc_stdint=wrap. Add freebsd-stdint.h to tm_file. From-SVN: r148027
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 608b9c5f..98d4b1e 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -475,7 +475,8 @@ case ${target} in
exit 1
;;
esac
- fbsd_tm_file="${fbsd_tm_file} freebsd-spec.h freebsd.h"
+ fbsd_tm_file="${fbsd_tm_file} freebsd-spec.h freebsd.h freebsd-stdint.h"
+ use_gcc_stdint=wrap
;;
*-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu)
extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"