diff options
Diffstat (limited to 'src/arch/i386/Makefile')
| -rw-r--r-- | src/arch/i386/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/arch/i386/Makefile b/src/arch/i386/Makefile index e59f05fc8..44ccfccc8 100644 --- a/src/arch/i386/Makefile +++ b/src/arch/i386/Makefile @@ -1,3 +1,7 @@ +# Specify compressor +# +ZBIN = $(ZBIN32) + # Force i386-only instructions # CFLAGS += -march=i386 |
