vmlinuz/i386 support.

committer: ml1050 <ml1050> 976714560 +0000
This commit is contained in:
László Molnár
2000-12-13 13:36:00 +00:00
parent c9430123d1
commit de30026bbe
7 changed files with 416 additions and 5 deletions
+5 -3
View File
@@ -59,7 +59,7 @@ OBJECTS1 = \
packer$o packhead$o packmast$o \
p_com$o p_djgpp2$o p_exe$o p_lx_elf$o p_lx_sep$o p_lx_sh$o \
p_sys$o p_tmt$o p_tos$o \
p_unix$o p_w32pe$o p_wcle$o
p_unix$o p_w32pe$o p_wcle$o p_vmlinz$o
# no exceptions or RTTI
OBJECTS2 = \
@@ -164,7 +164,7 @@ DEFS += '-DUPX_CONFIG_H="config_h/linux.h"'
##CFLAGS_M += -mno-schedule-prologue
CFLAGS_M += -march=i386 -mcpu=pentium
CFLAGS_WERROR = -Werror
LDLIBS += -lmcheck
LDLIBS += -lmcheck -lz
ifeq (1,2) # checkergcc
CC = checkergcc
@@ -435,7 +435,7 @@ packhead$o: packer.h
packmast$o: packmast.h packer.h lefile.h \
p_com.h p_djgpp2.h p_exe.h p_lx_elf.h p_lx_sep.h p_lx_sh.h \
p_sys.h p_tmt.h p_tos.h \
p_unix.h p_vxd.h p_w32pe.h p_wcle.h
p_unix.h p_vxd.h p_w32pe.h p_wcle.h p_vmlinz.h
ui$o: packer.h ui.h
work$o: packer.h ui.h packmast.h
@@ -462,5 +462,7 @@ p_w32pe$o: packer.h p_w32pe.h \
stub/l_w32pe.h
p_wcle$o: packer.h p_wcle.h lefile.h \
stub/l_wcle.h
p_vmlinz$o: packer.h p_vmlinz.h \
stub/l_vmlinz.h
# vi:nowrap