Merge branch 'master' of serenade.mutabah.net:acess2
authorJohn Hodge <[email protected]>
Tue, 11 May 2010 02:18:09 +0000 (10:18 +0800)
committerJohn Hodge <[email protected]>
Tue, 11 May 2010 02:18:09 +0000 (10:18 +0800)
1  2 
Makefile.cfg

diff --combined Makefile.cfg
@@@ -2,10 -2,10 +2,10 @@@
  # Acess2 Build Configuration
  #
  
 -CC = gcc
 -LD = ld
 +CC = i586-elf-gcc
 +LD = i586-elf-ld
  AS = nasm
 -OBJDUMP = objdump
 +OBJDUMP = i586-elf-objdump
  RM = @rm -f
  STRIP = strip
  MKDIR = mkdir
@@@ -19,6 -19,7 +19,7 @@@ xRM = mde
  ifeq ($(ARCH),)
        ARCH = i386
  endif
+ -include Makefile.$(ARCH).cfg
  ifeq ($(ARCHDIR),)
        ARCHDIR = x86
  endif

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