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
This commit is contained in:
Zack Weinberg 2002-02-27 18:40:15 +00:00 committed by Zack Weinberg
parent 72b05af1e5
commit e0b3a8ff40
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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):

View File

@ -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