Fix typo in defintion of OUTPUT_FORMAT.
This commit is contained in:
parent
2f1386ccf7
commit
0811443ae7
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
1999-08-11 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* scripttempl/mcorepe.sc (OUTPUT_FORMAT): Fix typo.
|
||||
|
||||
1999-08-09 Mark Elbrecht <snowball3@bigfoot.com>
|
||||
|
||||
* scripttempl/i386go32.sc: Handle g++ exception sections.
|
||||
|
|
|
@ -40,7 +40,7 @@ if test "$RELOCATING"; then
|
|||
# because bash 2.x will lose the doublequotes.
|
||||
cat <<EOF
|
||||
OUTPUT_FORMAT("${OUTPUT_FORMAT}", "${BIG_OUTPUT_FORMAT}",
|
||||
"${LITTLE_OUTPUT_FORMAT}")}
|
||||
"${LITTLE_OUTPUT_FORMAT}")
|
||||
EOF
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue