X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Fconfigure;h=1b72cdb94423dd866425611f288fbe6f45391135;hp=d317039a142ebbdd0483eddd7f2eea9f24ec3227;hb=50388ca3231d2219dd81d1b840dc1581671fe7cf;hpb=b47f1d9300e4bbe061b1b0f1662a7e7ae3937d0a;ds=sidebyside diff --git a/gcc/configure b/gcc/configure index d317039a142..1b72cdb9442 100755 --- a/gcc/configure +++ b/gcc/configure @@ -13202,6 +13202,11 @@ for file in ${extra_headers} ; do extra_headers_list="${extra_headers_list} \$(srcdir)/config/${cpu_type}/${file}" done +# If use_gcc_tgmath is set, append ginclude/tgmath.h. +if test x"$use_gcc_tgmath" = xyes +then extra_headers_list="${extra_headers_list} \$(srcdir)/ginclude/tgmath.h" +fi + # Define collect2 in Makefile. case $host_can_use_collect2 in no) collect2= ;;