This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH configure,config.gcc] Fix for PR69153 to allow config.gcc to set target_header_dir


Hi Peter,

> @@ -4167,6 +4167,7 @@
> 			-d "/opt/$with_advance_toolchain/bin/." -a \
> 			-d "/opt/$with_advance_toolchain/include/."; then
> 
>+			target_header_dir=`find /opt/$with_advance_toolchain/ -path '*/include/features.h' | sed -e 's#/features.h##'`
> 			tm_file="$tm_file ./advance-toolchain.h"
> 			(at="/opt/$with_advance_toolchain"
> 			 echo "/* Use Advance Toolchain $at */"

why can't you just set native_system_header_dir instead?


Bernd.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]