bump to 0.97.1, removed patch as it has been already applied in upstream revision 0.97.0 (http://gcc.gnu.org/bugzilla/buglist.cgi?product=classpath&target_milestone=0.97)

also fix change in package path that prevented patches from being applied
This commit is contained in:
John Voltz
2008-04-24 16:48:20 +00:00
parent 43b77c7ee5
commit bd6b49f697
4 changed files with 13 additions and 39 deletions

View File

@@ -11,6 +11,7 @@ JAMVM_INSTALL_STAGING = YES
JAMVM_INSTALL_TARGET = YES
JAMVM_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install
JAMVM_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
JAMVM_DIR_PREFIX = package/java
JAMVM_CONF_ENV = ac_cv_func_posix_getpwuid_r=yes glib_cv_stack_grows=no \
glib_cv_uscore=no ac_cv_func_strtod=yes \
@@ -102,4 +103,4 @@ ifeq ($(BR2_avr32),y)
CC="$(STAGING_DIR)/usr/bin/avr32-linux-gcc"
endif
$(eval $(call AUTOTARGETS,package,jamvm))
$(eval $(call AUTOTARGETS,package/java,jamvm))