aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorFrancois-Xavier Coudert <fxcoudert@gmail.com>2009-05-16 21:46:53 +0000
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>2009-05-16 21:46:53 +0000
commit428ddbf0550d70985f5ca5cab6470502c9c2d1f9 (patch)
treec5751896c64c168da432fdd27170876006d66a34 /gcc/config.gcc
parent9b33a6a1db9e3e21eac8df9909d21d89b57fb507 (diff)
downloadgcc-428ddbf0550d70985f5ca5cab6470502c9c2d1f9.zip
gcc-428ddbf0550d70985f5ca5cab6470502c9c2d1f9.tar.gz
gcc-428ddbf0550d70985f5ca5cab6470502c9c2d1f9.tar.bz2
config.gcc (use_gcc_stdint): Set to wrap.
* config.gcc (use_gcc_stdint): Set to wrap. * config/darwin.h (SIG_ATOMIC_TYPE, INT8_TYPE, INT16_TYPE, INT32_TYPE, INT64_TYPE, UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE, INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE, INT_LEAST64_TYPE, UINT_LEAST8_TYPE, UINT_LEAST16_TYPE, UINT_LEAST32_TYPE, UINT_LEAST64_TYPE, INT_FAST8_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE, INT_FAST64_TYPE, UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE, UINT_FAST64_TYPE, INTPTR_TYPE, UINTPTR_TYPE): Define. From-SVN: r147622
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 341265f..35e8b4b 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -413,6 +413,7 @@ case ${target} in
extra_objs="darwin.o"
extra_gcc_objs="darwin-driver.o"
default_use_cxa_atexit=yes
+ use_gcc_stdint=wrap
case ${enable_threads} in
"" | yes | posix) thread_file='posix' ;;
esac