samples/mips64el-n64-linux-uclibc/reported.by
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Mon Feb 13 21:51:48 2012 +0100 (2012-02-13)
changeset 2884 91017ae2151c
permissions -rw-r--r--
cc/gcc: do not consume parameters when parsing them

The current construct consumes the parameters while we parse them.
Change this to a construct that does not consume the parameters.

This has no impact on gcc, but is done for homogeneity with other
components (eg. glibc).

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
yann@2120
     1
reporter_name="Yann E. MORIN"
yann@2120
     2
reporter_url="http://ymorin.is-a-geek.org/projects/crosstool"
yann@2120
     3
reporter_comment="EXPERIMENTAL MIPS-64 n64 toolchain."