Commit d850a6f4 by Peter Bergner

config.gcc (powerpc*-*-*, [...]): Remove setting of INCLUDE_EXTRA_SPEC for…

config.gcc (powerpc*-*-*, [...]): Remove setting of INCLUDE_EXTRA_SPEC for Advance Toolchain builds.

	* config.gcc (powerpc*-*-*, rs6000*-*-*): Remove setting of
	INCLUDE_EXTRA_SPEC for Advance Toolchain builds.

From-SVN: r241937
parent 76d3fd72
......@@ -4137,16 +4137,6 @@ case "${target}" in
(at="/opt/$with_advance_toolchain"
echo "/* Use Advance Toolchain $at */"
echo
echo "#ifndef USE_AT_INCLUDE_FILES"
echo "#define USE_AT_INCLUDE_FILES 1"
echo "#endif"
echo
echo "#if USE_AT_INCLUDE_FILES"
echo "#undef INCLUDE_EXTRA_SPEC"
echo "#define INCLUDE_EXTRA_SPEC" \
"\"-isystem $at/include\""
echo "#endif"
echo
echo "#undef LINK_OS_EXTRA_SPEC32"
echo "#define LINK_OS_EXTRA_SPEC32" \
"\"%(link_os_new_dtags)" \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment