aboutsummaryrefslogtreecommitdiff
path: root/i686/toolchain.mk
blob: 884369c1148028fa6cc3d8365e13c5a28c349e05 (plain)
1
2
3
4
5
6
7
8
9
10
# define compiler, linker, archiver and strip and their flags
#
CC      = i686-elf-gcc
CCFLAGS = -Wall -Wextra -Wpedantic -fanalyzer -ffreestanding
LD      = i686-elf-ld
LDFLAGS = -nostdlib
AR      = i686-elf-ar
STRIP   = i686-elf-strip