blob: a11891b7980f4271ab616d2f98bcee32aac6caba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Uncomment and modify any of the following as desired.
# These values are the defaults used by the main makefile
# if nothing is overridden here.
#prefix = /usr/local
#exec_prefix = $(prefix)
#bindir = $(exec_prefix)/bin
#sharedir = $(prefix)/share/saturn-tools
#CFLAGS = -Os -pipe -std=c99 -D_POSIX_C_SOURCE=200809L
#LDFLAGS =
#SATURN_CROSS = saturn-
#SATURN_CC = $(SATURN_CROSS)gcc -m2 -mb
#SATURN_OBJCOPY = $(SATURN_CROSS)objcopy
#SATURN_CFLAGS = -Os -pipe -std=c99 -nostdlib
#SATURN_LDFLAGS =
|