Added bits/wordsize.h.
[tart.git] / config.mk
blobe6230ac36e372f816bd788d1979b0ef8cab6ba65
1 # Configuration file for Tart build.
3 # The prefix for the cross-compiler and binutils.
4 PREFIX ?= /usr/local/cross
6 # The target.
7 # Allowed targets: rpi.
8 # DEFAULT: rpi.
9 TARGET ?= rpi
11 # CC flags.
12 # User can adopt these to his own, and uncomment the line.
13 #CCFLAGS := -O2