summaryrefslogtreecommitdiffhomepage
path: root/public/tools/ld/src/CommandLine.cc
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-19 05:27:45 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-19 05:27:45 +0100
commit74ec6b99f60c48ece7cd03a9ef77178145774c24 (patch)
treed4ff2232fe04cb4698dfec7d944acd9a5d685270 /public/tools/ld/src/CommandLine.cc
parent000c92f292800efb6b88ac12af1680ec29ba61c9 (diff)
ADD: A new placeholder program, 'cc'
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'public/tools/ld/src/CommandLine.cc')
-rw-r--r--public/tools/ld/src/CommandLine.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/public/tools/ld/src/CommandLine.cc b/public/tools/ld/src/CommandLine.cc
index 6f2fc4a8..3efa5301 100644
--- a/public/tools/ld/src/CommandLine.cc
+++ b/public/tools/ld/src/CommandLine.cc
@@ -10,7 +10,6 @@
SInt32 main(SInt32 argc, Char* argv[])
{
- ConOut(nullptr, "LD: Either OpenCC or Aker's CC needs to be installed.\rLD: This program is present as a placeholder.");
-
+ ConOut(nullptr, "LD: OpenCC or GCC for Ne needs to be installed.\rLD: This program is present as a placeholder.");
return EXIT_FAILURE;
}