diff options
author | midipix <writeonce@midipix.org> | 2017-10-15 10:38:35 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-10-15 10:57:21 -0400 |
commit | 0f58d01248e1bf61742137a9332f1e008c8f733e (patch) | |
tree | 87240541144c70f7d675ac5088291cb34020b6f9 /libc | |
parent | e8f7b599b1107ce8bad68dd9f969994f3b4a0436 (diff) | |
download | cbb-gcc-4.6.4-0f58d01248e1bf61742137a9332f1e008c8f733e.tar.bz2 cbb-gcc-4.6.4-0f58d01248e1bf61742137a9332f1e008c8f733e.tar.xz |
midipix target: renamed option: -mtty-console --> -mdinga.
Diffstat (limited to 'libc')
-rw-r--r-- | libc/cbb-musl-pe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/cbb-musl-pe.h b/libc/cbb-musl-pe.h index 5f9dbf05a..88ac3ace2 100644 --- a/libc/cbb-musl-pe.h +++ b/libc/cbb-musl-pe.h @@ -89,7 +89,7 @@ extern "C" { "%{!shared:%R/lib/" \ "%{static:S}crt1.o}} " \ "%{!shared:%{mposix:%R/lib/crtposix.o}} " \ - "%{!shared:%{mtty-console:%R/lib/crtdev.o}} " \ + "%{!shared:%{mdinga:%R/lib/crtdinga.o}} " \ "%{shared:%R/lib/crte.o} " \ "%{static:crtbeginT.o%s;" \ "shared|pie:crtbeginS.o%s;" \ |