From: John Hodge Date: Sun, 15 Jan 2012 11:18:28 +0000 (+0800) Subject: Oops, little fixes X-Git-Tag: rel0.14~3 X-Git-Url: https://git.ucc.asn.au/?p=tpg%2Facess2.git;a=commitdiff_plain;h=ff22ae76be829d7f7011c3daee3c74b97541ed18 Oops, little fixes --- diff --git a/Usermode/Applications/axwin3_src/Makefile b/Usermode/Applications/axwin3_src/Makefile index 2ed5bce2..1ee8c26b 100644 --- a/Usermode/Applications/axwin3_src/Makefile +++ b/Usermode/Applications/axwin3_src/Makefile @@ -9,7 +9,7 @@ SUBMAKE = $(MAKE) --no-print-directory .PNONY: all install clean $(FILES) -all: $(FILES) +all: @$(foreach DIR,$(DIRS), echo --- $(NAME)/$(DIR) && $(SUBMAKE) -C $(DIR) $@ &&) true install: $(FILES) @$(xMKDIR) $(DISTROOT)/Apps ; true diff --git a/Usermode/Libraries/acess.ld_src/acess_armv7.ld.h b/Usermode/Libraries/acess.ld_src/acess_armv7.ld.h index 95ae441e..24c4af34 100644 --- a/Usermode/Libraries/acess.ld_src/acess_armv7.ld.h +++ b/Usermode/Libraries/acess.ld_src/acess_armv7.ld.h @@ -2,7 +2,7 @@ OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm", "elf32-littlearm") OUTPUT_ARCH(arm) -ENTRY(_start) +ENTRY(start) SEARCH_DIR(__LIBDIR) INPUT(crt0.o) SECTIONS