diff options
author | Joshua Kinard <kumba@gentoo.org> | 2005-04-30 05:21:02 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2005-04-30 05:21:02 +0000 |
commit | 48627e011936f0582dd153b52e4544db2739244e (patch) | |
tree | 554eafe39d5d10aa023f527bd346f251d48f81c7 /sys-boot/arcboot/files | |
parent | new local USE for arcboot and minor fixups on other mips local USE (diff) | |
download | historical-48627e011936f0582dd153b52e4544db2739244e.tar.gz historical-48627e011936f0582dd153b52e4544db2739244e.tar.bz2 historical-48627e011936f0582dd153b52e4544db2739244e.zip |
New arcboot revision with added patch from Onion that adds in an Interactive shell (-i), isofs/romfs support, what appears to be compressed kernel support, and other odd bits.
Package-Manager: portage-2.0.51.20-r4
Diffstat (limited to 'sys-boot/arcboot/files')
-rw-r--r-- | sys-boot/arcboot/files/arcboot-gentoo.patch | 22 | ||||
-rw-r--r-- | sys-boot/arcboot/files/digest-arcboot-0.3.8.2 | 1 | ||||
-rw-r--r-- | sys-boot/arcboot/files/digest-arcboot-0.3.8.6 | 2 |
3 files changed, 2 insertions, 23 deletions
diff --git a/sys-boot/arcboot/files/arcboot-gentoo.patch b/sys-boot/arcboot/files/arcboot-gentoo.patch deleted file mode 100644 index e2203f4026df..000000000000 --- a/sys-boot/arcboot/files/arcboot-gentoo.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- ext2load/Makefile.orig 2004-08-03 00:08:44.000000000 -0400 -+++ ext2load/Makefile 2004-08-03 00:44:43.000000000 -0400 -@@ -25,7 +25,7 @@ ASFLAGS= -mno-abicalls -G 0 -fno-pic - #CFLAGS+=-DDEBUG - - LD = ld --LDFLAGS = -N --oformat ecoff-bigmips -T ld.script -+LDFLAGS = -N --oformat elf32-tradbigmips -T ld.script - - TARGETS = ext2load - ---- ext2load/ld.script.in.orig 2004-08-03 00:08:56.000000000 -0400 -+++ ext2load/ld.script.in 2004-08-03 00:44:52.000000000 -0400 -@@ -9,7 +9,7 @@ SECTIONS - .text : - { - _ftext = . ; -- *(.rodata) -+ *(.rodata*) - *(.text) - } =0 - _etext = .; diff --git a/sys-boot/arcboot/files/digest-arcboot-0.3.8.2 b/sys-boot/arcboot/files/digest-arcboot-0.3.8.2 deleted file mode 100644 index 45f76772530b..000000000000 --- a/sys-boot/arcboot/files/digest-arcboot-0.3.8.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 21c2814afbc7398fcfe2230848020805 arcboot_0.3.8.2.tar.gz 191209 diff --git a/sys-boot/arcboot/files/digest-arcboot-0.3.8.6 b/sys-boot/arcboot/files/digest-arcboot-0.3.8.6 new file mode 100644 index 000000000000..6c43fdbd3ad3 --- /dev/null +++ b/sys-boot/arcboot/files/digest-arcboot-0.3.8.6 @@ -0,0 +1,2 @@ +MD5 f9dd44b4cd99b5feca4708e57d89637d arcboot_0.3.8.6.tar.gz 200443 +MD5 d00d8563514809002c0813eca6aff107 arcboot-patches-1.0.tar.bz2 32242 |