From eb7f40b000b0b1dc4605113f3f2d7e87003d6d43 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 26 Nov 2025 19:46:58 +0100 Subject: chore: fix compile_flags.txt and codebase choring. Signed-off-by: Amlal El Mahrouss --- docs/md/SPECIFICATION_CC.md | 23 ----------------------- docs/md/SPECIFICATION_COMPILERKIT.md | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 docs/md/SPECIFICATION_CC.md create mode 100644 docs/md/SPECIFICATION_COMPILERKIT.md (limited to 'docs') diff --git a/docs/md/SPECIFICATION_CC.md b/docs/md/SPECIFICATION_CC.md deleted file mode 100644 index 681cfde..0000000 --- a/docs/md/SPECIFICATION_CC.md +++ /dev/null @@ -1,23 +0,0 @@ -# Specification of CompilerKit - -=================================== - -# 0: General Information - -=================================== -- Output format: PEF, XCOFF -- Object format: AE, COFF -- SDK Language: C++ - -=================================== - -# 1: CompilerKit - -=================================== - -- Shall support compilation, assembling and linking. -- Shall be written in C++ -- Shall support the assembler too. -- Shall provide primitives for compilers, assemblers and linkers. -- Shall support multiple architectures. -- Shall have a debugger. \ No newline at end of file diff --git a/docs/md/SPECIFICATION_COMPILERKIT.md b/docs/md/SPECIFICATION_COMPILERKIT.md new file mode 100644 index 0000000..681cfde --- /dev/null +++ b/docs/md/SPECIFICATION_COMPILERKIT.md @@ -0,0 +1,23 @@ +# Specification of CompilerKit + +=================================== + +# 0: General Information + +=================================== +- Output format: PEF, XCOFF +- Object format: AE, COFF +- SDK Language: C++ + +=================================== + +# 1: CompilerKit + +=================================== + +- Shall support compilation, assembling and linking. +- Shall be written in C++ +- Shall support the assembler too. +- Shall provide primitives for compilers, assemblers and linkers. +- Shall support multiple architectures. +- Shall have a debugger. \ No newline at end of file -- cgit v1.2.3