aboutsummaryrefslogtreecommitdiff
path: root/Common.mk
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-03-11 15:23:15 -0800
committerChristian Cunningham <cc@localhost>2022-03-11 15:23:15 -0800
commit8f9566a2f3e73a1032768ebf132b4a3846bbd46c (patch)
treec2dac117a20447c3b489d9d51556dd3fc6e84b89 /Common.mk
parent0b812480a8b81607802cdceb273b69680cd5082c (diff)
Repositioning Text
Diffstat (limited to 'Common.mk')
-rw-r--r--Common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Common.mk b/Common.mk
index ecf10de..4a82bd1 100644
--- a/Common.mk
+++ b/Common.mk
@@ -20,7 +20,7 @@ OBJDUMP = ${CROSS}-objdump
QEMU = qemu-system-arm
GDB = gdb-multiarch
CFLAGS = -mcpu=cortex-a7 -fpic -ffreestanding -std=gnu99 -O3 -Wall -Wextra -nostdlib -Iinclude -g
-CFLAGS += -DVERSION="\"0.1c\""
+CFLAGS += -DVERSION="\"0.1d\""
AFLAGS = -mcpu=cortex-a7 -Iinclude -g
QFLAGS = -M raspi2b -cpu cortex-a7 -m 1G