Commit e0b3a8ff by Zack Weinberg Committed by Zack Weinberg

mklibgcc.in: Don't use \n in a line subject to interpretation by echo.

	* mklibgcc.in: Don't use \n in a line subject to
	interpretation by echo.

From-SVN: r50109
parent 72b05af1
2002-02-27 Zack Weinberg <zack@codesourcery.com>
* mklibgcc.in: Don't use \n in a line subject to
interpretation by echo.
2002-02-27 Graham Stott <grahams@redhat.com>
* config/rs6000/rs6000.h (ASM_OUTPUT_DEF_FROM_DELC):
......
......@@ -279,7 +279,7 @@ for ml in $MULTILIBS; do
echo ""
echo "$libgcc_a_objs: libgcc/${dir}/%.oS: libgcc/${dir}/%${objext}"
echo " @\$(NM_FOR_TARGET) $SHLIB_NM_FLAGS \$^" \\
echo " | \$(AWK) 'NF == 3 { printf \".hidden %s\\n\", \$\$3 }'" \\
echo " | \$(AWK) 'NF == 3 { print \".hidden\", \$\$3 }'" \\
echo ' | $(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) -Wl,-r -nostdinc' \\
echo ' -nostdlib -o $@ $^ -xassembler -'
fi
......
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