Prevent generation of .note.gnu.build-id which drastically increases
memory requirements of example kernel.
* docs/Makefile.am (kernel_LDFLAGS): Add '-Wl,--build-id=none'.
+2009-12-13 Vladimir Serbinenko <phcoder@gmail.com>
+
+ Prevent generation of .note.gnu.build-id which drastically increases
+ memory requirements of example kernel.
+
+ * docs/Makefile.am (kernel_LDFLAGS): Add '-Wl,--build-id=none'.
+
2009-12-13 Vladimir Serbinenko <phcoder@gmail.com>
* BUGS: New file.
kernel_SOURCES = $(EXAMPLES)
kernel_CFLAGS = -fno-builtin -nostdinc -O -g -Wall \
-imacros $(top_builddir)/config.h
-kernel_LDFLAGS = -nostdlib -Wl,-N -Wl,-Ttext -Wl,100000
+kernel_LDFLAGS = -nostdlib -Wl,-N -Wl,-Ttext -Wl,100000 -Wl,--build-id=none
boot.o: multiboot.h
endif