~ubuntu-branches/ubuntu/hardy/klibc/hardy-updates

« back to all changes in this revision

Viewing changes to debian/patches/klibc-sparc64-def-pagesize.patch

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2006-01-16 10:19:39 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060116101939-6nkaq9p9s6xd5nxo
Tags: 1.1.16-1ubuntu1
Resync with debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- klibc-1.1.15-ubuntu/klibc/arch/sparc64/MCONFIG.orig 2006-01-05 19:56:51.000000000 +0100
 
2
+++ klibc-1.1.15-ubuntu/klibc/arch/sparc64/MCONFIG      2006-01-05 19:57:30.000000000 +0100
 
3
@@ -19,3 +19,6 @@ LDFLAGS      = -m elf64_sparc
 
4
 # Normal binaries start at 1 MB; the linker wants 1 MB alignment,
 
5
 # and call instructions have a 30-bit signed offset, << 2.
 
6
 SHAREDFLAGS    = -Ttext 0x80000200
 
7
+
 
8
+# include/asm-sparc64/page.h wants to know chosen PAGE_SIZE
 
9
+CONFIG_SPARC64_PAGE_SIZE_8KB = y