diff options
Diffstat (limited to 'gcc/config/netbsd-aout.h')
-rw-r--r-- | gcc/config/netbsd-aout.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/netbsd-aout.h b/gcc/config/netbsd-aout.h index 55a9bf4c623..a853df54420 100644 --- a/gcc/config/netbsd-aout.h +++ b/gcc/config/netbsd-aout.h @@ -45,8 +45,7 @@ Boston, MA 02111-1307, USA. */ %{p:mcrt0%O%s} \ %{!p: \ %{!static:crt0%O%s} \ - %{static:scrt0%O%s}}}} \ - %{shared:c++rt0%O%s}" + %{static:scrt0%O%s}}}}" /* Provide a LINK_SPEC appropriate for NetBSD a.out. Here we provide support for the special GCC options -static, -assert, and -nostdlib. */ |