update libmirko version

fix gp32 link scripts
This commit is contained in:
Dave Murphy 2007-02-13 06:50:19 +00:00
parent 1705919b3e
commit 94e3d5d338
3 changed files with 3 additions and 7 deletions

View File

@ -11,7 +11,7 @@ LIBGBA_VER=20060720
LIBNDS_VER=20070127
LIBFAT_VER=20070127
DSWIFI_VER=0.3d
LIBMIRKO_VER=0.9.6
LIBMIRKO_VER=0.9.7
LIBOGC="libogc-src-$LIBOGC_VER.tar.bz2"
LIBGBA="libgba-src-$LIBGBA_VER.tar.bz2"

View File

@ -129,9 +129,7 @@ SECTIONS
__bss_end = ABSOLUTE(.) ;
} > ram
end = __bss_end;
PROVIDE (end = end);
__end__ = __bss_end;
/* Stabs debugging sections. */
.stab 0 : { *(.stab) }

View File

@ -171,9 +171,7 @@ SECTIONS
__bss_end = ABSOLUTE(.);
} > ram
end = __bss_end;
PROVIDE (end = end);
__end__ = __bss_end;
__eheap_end = . ;