* Add support for the sparc64 architecture.

svn path=/dists/trunk/linux-2.6/; revision=14784
This commit is contained in:
Aurelien Jarno 2009-12-13 12:27:53 +00:00
parent 9171002b55
commit 53e623d303
5 changed files with 36 additions and 2 deletions

5
debian/changelog vendored
View File

@ -18,7 +18,10 @@ linux-2.6 (2.6.32-2) UNRELEASED; urgency=low
(Closes: #560263)
* atl1c: Fix system hang when link drops (Closes: #559577)
-- Bastian Blank <waldi@debian.org> Sun, 06 Dec 2009 20:42:14 +0100
[ Aurelien Jarno ]
* Add support for the sparc64 architecture.
-- Aurelien Jarno <aurel32@debian.org> Sun, 13 Dec 2009 13:25:45 +0100
linux-2.6 (2.6.32-1) unstable; urgency=low

View File

@ -15,6 +15,7 @@ arches:
powerpc
s390
sparc
sparc64
compiler: gcc-4.3
featuresets:
none

23
debian/config/sparc64/defines vendored Normal file
View File

@ -0,0 +1,23 @@
[base]
featuresets:
vserver
flavours:
sparc64
sparc64-smp
kernel-arch: sparc
[image]
configs: sparc/config
suggests: silo, fdutils
[sparc64_description]
hardware: uniprocessor 64-bit UltraSPARC
[sparc64_image]
configs: sparc/config.sparc64
[sparc64-smp_description]
hardware: multiprocessor 64-bit UltraSPARC
[sparc64-smp_image]
configs: sparc/config.sparc64-smp

6
debian/config/sparc64/vserver/defines vendored Normal file
View File

@ -0,0 +1,6 @@
[base]
flavours:
sparc64
[image]
recommends: util-vserver

3
debian/rules.real vendored
View File

@ -329,7 +329,8 @@ endif
install-image_arm_$(FEATURESET)_$(FLAVOUR)_plain_image \
install-image_armel_$(FEATURESET)_$(FLAVOUR)_plain_image \
install-image_sparc_$(FEATURESET)_$(FLAVOUR)_plain_image:
install-image_sparc_$(FEATURESET)_$(FLAVOUR)_plain_image \
install-image_sparc64_$(FEATURESET)_$(FLAVOUR)_plain_image:
install -m644 '$(DIR)/arch/$(KERNEL_ARCH)/boot/zImage' $(INSTALL_DIR)/vmlinuz-$(REAL_VERSION)
install-image_amd64_$(FEATURESET)_$(FLAVOUR)_plain_image \