[icedtea6] remove obsolete sparc patch
Matthias Klose
doko at ubuntu.com
Tue Nov 30 07:35:55 PST 2010
This chunk can be removed, in the defs.make file it is preceded by
# sparc
ifneq (,$(filter $(ARCH), sparc sparc64))
ifeq ($(ARCH_DATA_MODEL), 64)
ARCH_DATA_MODEL = 64
MAKE_ARGS += LP64=1
PLATFORM = linux-sparcv9
VM_PLATFORM = linux_sparcv9
else
ARCH_DATA_MODEL = 32
PLATFORM = linux-sparc
VM_PLATFORM = linux_sparc
endif
HS_ARCH = sparc
endif
which already cares about the settings.
Matthias
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sparc.diff
Type: text/x-diff
Size: 384 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20101130/db892a85/sparc.diff
More information about the distro-pkg-dev
mailing list