diff options
Diffstat (limited to 'other-licence/x86emu/Makefile')
-rw-r--r-- | other-licence/x86emu/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/other-licence/x86emu/Makefile b/other-licence/x86emu/Makefile index 5f1fac4..c25bc15 100644 --- a/other-licence/x86emu/Makefile +++ b/other-licence/x86emu/Makefile @@ -22,8 +22,10 @@ LDFLAGS = ASFLAGS = -I./include -Wa,-mregnames #NOTE: -DDEBUG only needed for debugging/tracing... -#CFLAGS = -DDEBUG -I. -I./include -I./include/x86emu -I$(ROOTDIR)/include -I$(ROOTDIR)/lib/libc/include -g -O2 -msoft-float -Wall -save-temps -nostdinc -fno-builtin -ffreestanding -CFLAGS = -UDEBUG -m64 -I. -I./include -I./include/x86emu -I$(TOP)/clients/net-snk/include -I$(ROOTDIR)/include -I$(ROOTDIR)/lib/libc/include -O3 -Wall -nostdinc -fno-builtin -ffreestanding +CFLAGS = -UDEBUG -m64 -I. -I./include -I./include/x86emu \ + -I$(TOP)/clients/net-snk/include -I$(ROOTDIR)/include \ + -I$(ROOTDIR)/lib/libc/include -O3 -nostdinc -fno-builtin \ + -ffreestanding -Wall -Wno-unused X86EMU_OBJS = debug.o decode.o fpu.o ops2.o ops.o prim_ops.o sys.o |