diff options
Diffstat (limited to 'guest/Makefile')
-rw-r--r-- | guest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guest/Makefile b/guest/Makefile index a2eea1b..5dca740 100644 --- a/guest/Makefile +++ b/guest/Makefile @@ -5,7 +5,7 @@ guest16: guest.ld guest16.S $(CC) $(CFLAGS) -m16 -o $@ -nostdlib -ffreestanding -Wpedantic -Wall -Wextra -Werror -T guest.ld guest16.S guest64: guest.ld guest64.S - $(CC) $(CFLAGS) -m64 -o $@ -nostdlib -fPIC -ffreestanding -Wpedantic -Wall -Wextra -Werror -T guest.ld guest64.S + $(CC) $(CFLAGS) -m64 -o $@ -nostdlib -ffreestanding -Wpedantic -Wall -Wextra -Werror -T guest.ld guest64.S disasm16: guest16 objdump -D -b binary -m i8086 -M intel $^ |