fake __gnu_local_gp

This commit is contained in:
phcoder 2009-10-10 14:54:18 +02:00
parent e8b458be45
commit 6315da8831
3 changed files with 10 additions and 3 deletions

View file

@ -17,7 +17,7 @@ kernel_img_HEADERS = boot.h cache.h device.h disk.h dl.h elf.h elfload.h \
env.h err.h file.h fs.h kernel.h misc.h mm.h net.h parser.h reader.h \
symbol.h term.h time.h types.h loader.h partition.h \
msdos_partition.h machine/kernel.h handler.h list.h \
command.h machine/memory.h cpu/libgcc.h cpu/cache.h
command.h machine/memory.h cpu/libgcc.h cpu/cache.h cpu/dl.h
symlist.c: $(addprefix include/grub/,$(kernel_img_HEADERS)) config.h gensymlist.sh
/bin/sh gensymlist.sh $(filter %.h,$^) > $@ || (rm -f $@; exit 1)