Merge branch 'master' into core32
authorH. Peter Anvin <hpa@zytor.com>
Mon, 25 May 2009 22:50:12 +0000 (15:50 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 25 May 2009 22:50:12 +0000 (15:50 -0700)
Conflicts:
com32/MCONFIG

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
1  2 
com32/MCONFIG

diff --cc com32/MCONFIG
@@@ -43,7 -41,8 +43,8 @@@ SFLAGS     = $(GCCOPT) -W -Wall -march=
             -nostdinc -iwithprefix include \
             -I$(com32)/libutil/include -I$(com32)/include $(GPLINCLUDE)
  
LDFLAGS    = -m elf_i386 --emit-relocs -T $(com32)/lib/com32.ld
COM32LD          = $(com32)/lib/com32.ld
 -LDFLAGS    = -m elf_i386 -T $(COM32LD)
++LDFLAGS    = -m elf_i386 --emit-relocs -T $(COM32LD)
  LIBGCC    := $(shell $(CC) $(GCCOPT) --print-libgcc)
  
  LNXCFLAGS  = -I$(com32)/libutil/include -W -Wall -O -g -D_GNU_SOURCE