scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 41c9715c496b8b7b27400d387388f472dcacc583
parent ced4addf9b916888067fc0fd08c2eb7a7944043f
Author: Roberto E. Vargas Caballero <roberto@clue.aero>
Date:   Thu, 23 Apr 2020 18:36:20 +0200

Revert "Fix typo in filename ppc.mk"

This change was totally wrong because this file is part of the pcc
toolchain. It is not related at all with the powerpc architecture.

This reverts commit ec349c7a5527b1e82c437cb23c1d386f8b79a246.

Diffstat:
Aconfig/tool/pcc.mk | 3+++
Dconfig/tool/ppc.mk | 3---
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/config/tool/pcc.mk b/config/tool/pcc.mk @@ -0,0 +1,3 @@ +include $(PROJECTDIR)/config/tool/gnu.mk + +COMP = pcc diff --git a/config/tool/ppc.mk b/config/tool/ppc.mk @@ -1,3 +0,0 @@ -include $(PROJECTDIR)/config/tool/gnu.mk - -COMP = gcc