symbian.h (CC1_SPEC): Avoid passing duplicate options to the compiler.
authorMark Mitchell <mark@codesourcery.com>
Fri, 6 Aug 2004 17:51:45 +0000 (17:51 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 6 Aug 2004 17:51:45 +0000 (17:51 +0000)
commit2ed9e5272e6952e34d5c23242136e37b9f65c630
tree07e882143d1fcb2ff08cb3045152f8878714e664
parent12183e0fbcace8903ebcbec1ef38aa25f000764b
symbian.h (CC1_SPEC): Avoid passing duplicate options to the compiler.

* config/arm/symbian.h (CC1_SPEC): Avoid passing duplicate options
to the compiler.  Use -fshort-wchar by default.

* gcc.dg/symbian4.c: Expect a 2-byte wchar_t, not a 4-byte
wchar_t.
* gcc.dg/symbian5.c: Test -fno-short-wchar.

From-SVN: r85648
gcc/ChangeLog
gcc/config/arm/symbian.h
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/symbian4.c
gcc/testsuite/gcc.dg/symbian5.c [new file with mode: 0644]