diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-02 09:42:04 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-02 09:42:04 +0100 |
| commit | a00e0a5fb93c96460ddec264fc89a726004b94c2 (patch) | |
| tree | 5808921581ff0d68eebf134cc34ccb6d9c3f86e9 /CompilerDriver/makefile | |
| parent | cec81a16c9994b2a6188c17b7b849f165203006c (diff) | |
ccplus: now parsing using another strategy.
cc: fix: r15 used instead of r19 for jlr.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'CompilerDriver/makefile')
| -rw-r--r-- | CompilerDriver/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CompilerDriver/makefile b/CompilerDriver/makefile index 91ab478..828f21a 100644 --- a/CompilerDriver/makefile +++ b/CompilerDriver/makefile @@ -15,7 +15,7 @@ LINK_OUTPUT=bin/ld PP_SRC=cpp.cxx PP_OUTPUT=bin/cpp -CC2_OUTPUT=bin/cpp2 +CC2_OUTPUT=bin/cppfront CC2_SRC=cc2/source/cppfront.cpp CC_SRC=ccplus.cxx ../C++Kit/StdKit/*.cpp ../C++Kit/AsmKit/*.cpp |
