|
|
@ -28,3 +28,7 @@ if [ "$ROCKCFG_PKG_QEMU_KQEMU" = 1 ] ; then |
|
|
|
splitreg 10 accelerator lib/modules |
|
|
|
fi |
|
|
|
|
|
|
|
# hotfix for the build error: |
|
|
|
# Not enough room for program headers |
|
|
|
# see: http://kidsquid.com/cgi-bin/moin.cgi/FrequentlyAskedQuestions#head-c61865168f151dc29f1d5c23faa2b4a02c5ec73c |
|
|
|
hook_add premake 3 "sed -i -e "s,SIZEOF_HEADERS,0x400,g" *.ld" |