Rewrote PackHeader handling. In particuliar, Packer::putPackHeader()
was renamed to patchPackHeader(), and it is now under control of the usual checkPatch() patch-order. committer: mfx <mfx> 976601615 +0000
This commit is contained in:
+2
-2
@@ -17,7 +17,7 @@ ifeq ($(strip $(UCLDIR)),)
|
||||
UCLDIR = $(HOME)/local/src/ucl-0.92
|
||||
endif
|
||||
|
||||
DEBUG = 0
|
||||
DEBUG = 1
|
||||
|
||||
|
||||
# -------------------------------------------------------
|
||||
@@ -172,7 +172,7 @@ ifeq (1,2) # checkergcc
|
||||
else
|
||||
ifeq ($(DEBUG),1)
|
||||
##CFLAGS += -O0 -gstabs+3
|
||||
CFLAGS += -O0 -gstabs+3
|
||||
CFLAGS += -O0 -gdwarf-2
|
||||
else
|
||||
##LDFLAGS += -static
|
||||
STUBEDIT_EXE = objcopy -S -R .comment -R .note $@ && perl $(srcdir)/stub/scripts/brandelf.pl $@ && chmod 755 $@
|
||||
|
||||
Reference in New Issue
Block a user