X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dos_sbtest;a=blobdiff_plain;f=Makefile;fp=Makefile;h=1015733ce33dca8d2a0248e4b4f185fa9640cc3b;hp=cb6a3d6312be958d13cb7291184217d22cefe102;hb=85710b37e4082a5b8e6d35c16311cb024298e24f;hpb=6d4de53a835a8258ba05c83a2af38f27a0e92d21 diff --git a/Makefile b/Makefile index cb6a3d6..1015733 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,7 @@ opt = -O3 -ffast-math -fno-strict-aliasing dbg = -g warn = -pedantic -Wall -Wno-unused-function -Wno-unused-variable +AS = $(TOOLPREFIX)as CC = $(TOOLPREFIX)gcc AR = $(TOOLPREFIX)ar CFLAGS = $(warn) -march=pentium $(dbg) $(opt) $(inc)