[hackers] [scc] config.mk: change default targets to qbe with c99 || Quentin Rameau
commit 3e1d86a469c15a541a2da601c5a157abebdb0512
Author: Quentin Rameau <quinq_AT_fifth.space>
AuthorDate: Thu Oct 27 14:19:58 2016 +0200
Commit: Quentin Rameau <quinq_AT_fifth.space>
CommitDate: Thu Nov 3 11:13:43 2016 +0100
config.mk: change default targets to qbe with c99
diff --git a/config.mk b/config.mk
index dc93d9c..d98c2c3 100644
--- a/config.mk
+++ b/config.mk
_AT_@ -2,15 +2,15 @@
VERSION = 0.1
# Customize below to fit your system
-ARCH = z80
+ARCH = qbe
DRIVER = posix
# Remove inc/sizes.h if STD is changed
# can be c89 or c99
-STD = c89
+STD = c99
# paths
PREFIX = $(HOME)
-MANPREFIX = ${PREFIX}/share/man
+MANPREFIX = $(PREFIX)/share/man
# if your system is not POSIX maybe you want to use cc or gcc
# CC = c99
Received on Thu Nov 03 2016 - 14:23:46 CET
This archive was generated by hypermail 2.3.0
: Thu Nov 03 2016 - 14:24:19 CET