aboutsummaryrefslogtreecommitdiff
path: root/i686/toolchain.mk
diff options
context:
space:
mode:
Diffstat (limited to 'i686/toolchain.mk')
-rw-r--r--i686/toolchain.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/i686/toolchain.mk b/i686/toolchain.mk
index 884369c..c41c784 100644
--- a/i686/toolchain.mk
+++ b/i686/toolchain.mk
@@ -1,10 +1,12 @@
# define compiler, linker, archiver and strip and their flags
#
+AS = i686-elf-as
CC = i686-elf-gcc
CCFLAGS = -Wall -Wextra -Wpedantic -fanalyzer -ffreestanding
LD = i686-elf-ld
LDFLAGS = -nostdlib
AR = i686-elf-ar
+ARFLAGS = r
STRIP = i686-elf-strip