diff options
Diffstat (limited to 'board')
-rw-r--r-- | board/MAI/bios_emulator/scitech/src/x86emu/makefile.cross | 2 | ||||
-rw-r--r-- | board/MAI/bios_emulator/scitech/src/x86emu/makefile.uboot | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/board/MAI/bios_emulator/scitech/src/x86emu/makefile.cross b/board/MAI/bios_emulator/scitech/src/x86emu/makefile.cross index 56f3cd7..0bce9a9 100644 --- a/board/MAI/bios_emulator/scitech/src/x86emu/makefile.cross +++ b/board/MAI/bios_emulator/scitech/src/x86emu/makefile.cross @@ -63,7 +63,7 @@ $(TARGETDEBUGLIB): $(DEBUGOBJS) $(AR) rv $(TARGETDEBUGLIB) $(DEBUGOBJS) INCS = -I. -Ix86emu -I../../include -CFLAGS = -D__DRIVER__ -DFORCE_POST -D_CEXPORT= -DNO_LONG_LONG -Dprintk=printf -fsigned-char -fomit-frame-pointer -mrelocatable -ffixed-r14 -meabi -mrelocatable -ffixed-r14 -meabi +CFLAGS = -D__DRIVER__ -DFORCE_POST -D_CEXPORT= -DNO_LONG_LONG -Dprintk=printf -fsigned-char -fomit-frame-pointer -fPIC -ffixed-r14 -meabi CDEBUGFLAGS = -DDEBUG .c.o: diff --git a/board/MAI/bios_emulator/scitech/src/x86emu/makefile.uboot b/board/MAI/bios_emulator/scitech/src/x86emu/makefile.uboot index d011cf5..af9ae1f 100644 --- a/board/MAI/bios_emulator/scitech/src/x86emu/makefile.uboot +++ b/board/MAI/bios_emulator/scitech/src/x86emu/makefile.uboot @@ -61,7 +61,7 @@ $(TARGETDEBUGLIB): $(DEBUGOBJS) $(AR) rv $(TARGETDEBUGLIB) $(DEBUGOBJS) INCS = -I. -Ix86emu -I../../include -CFLAGS = -D__DRIVER__ -DFORCE_POST -D_CEXPORT= -DNO_LONG_LONG -Dprintk=printf -fsigned-char -fomit-frame-pointer -mrelocatable -ffixed-r14 -meabi -mrelocatable -ffixed-r14 -meabi +CFLAGS = -D__DRIVER__ -DFORCE_POST -D_CEXPORT= -DNO_LONG_LONG -Dprintk=printf -fsigned-char -fomit-frame-pointer -fPIC -ffixed-r14 -meabi CDEBUGFLAGS = -DDEBUG .c.o: |