Commit ad5ef673 by Richard Henderson Committed by Richard Henderson

* config/alpha/osf5.h (ASM_OLDAS_SPEC): Add -c.

From-SVN: r43166
parent c474f76b
2001-06-10 Richard Henderson <rth@redhat.com>
* config/alpha/osf5.h (ASM_OLDAS_SPEC): Add -c.
2001-06-10 Alexandre Oliva <aoliva@redhat.com>
* doc/invoke.texi (MN10300 Options): Document -mno-crt0.
......
......@@ -38,7 +38,11 @@
It is clearly not desirable to depend on this undocumented flag, and
Compaq wants -oldas to go away soon, but until they have released a
new adu that works with mips-tfile, this is the only option. */
new adu that works with mips-tfile, this is the only option.
In some versions of the DTK, the assembler driver invokes ld after
assembly. This has been fixed in current versions, but adding -c
works as expected for all versions. */
#undef ASM_OLDAS_SPEC
#define ASM_OLDAS_SPEC "-oldas"
#define ASM_OLDAS_SPEC "-oldas -c"
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