Oops, little fixes
authorJohn Hodge <[email protected]>
Sun, 15 Jan 2012 11:18:28 +0000 (19:18 +0800)
committerJohn Hodge <[email protected]>
Sun, 15 Jan 2012 11:18:28 +0000 (19:18 +0800)
Usermode/Applications/axwin3_src/Makefile
Usermode/Libraries/acess.ld_src/acess_armv7.ld.h

index 2ed5bce..1ee8c26 100644 (file)
@@ -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
index 95ae441..24c4af3 100644 (file)
@@ -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

UCC git Repository :: git.ucc.asn.au