forked from len0rd/rockbox
nwztools: small cleanups
Change-Id: I4fde020ca0556a84d051f9b5e46f49ee1241266e
This commit is contained in:
parent
0ca6650389
commit
15e66a5b19
2 changed files with 4 additions and 4 deletions
|
|
@ -3,9 +3,9 @@ CC=gcc
|
||||||
CXX=g++
|
CXX=g++
|
||||||
LD=g++
|
LD=g++
|
||||||
PROFILE=
|
PROFILE=
|
||||||
CFLAGS=-g $(PROFILE) -std=c99 -Wall $(DEFINES) `xml2-config --cflags`
|
CFLAGS=-g $(PROFILE) -std=c99 -Wall $(DEFINES)
|
||||||
CXXFLAGS=-g $(PROFILE) -Wall $(DEFINES) `xml2-config --cflags`
|
CXXFLAGS=-g $(PROFILE) -Wall $(DEFINES)
|
||||||
LDFLAGS=$(PROFILE) `xml2-config --libs`
|
LDFLAGS=$(PROFILE)
|
||||||
BINS=nvptool
|
BINS=nvptool
|
||||||
|
|
||||||
all: $(BINS)
|
all: $(BINS)
|
||||||
|
|
|
||||||
|
|
@ -616,7 +616,7 @@ int do_extract(const char *output, int argc, char **argv)
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
/* relocate the zoneinfo pointer */
|
/* relocate the zoneinfo pointer */
|
||||||
void *Zone = elf_reloc_addr32_ptr(zoneinfo_ptr);;
|
void *Zone = elf_reloc_addr32_ptr(zoneinfo_ptr);
|
||||||
if(Zone == nullptr)
|
if(Zone == nullptr)
|
||||||
{
|
{
|
||||||
printf(" %s\n", name);
|
printf(" %s\n", name);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue