catalyst.git
12 years agomips.py: align class table
Matt Turner [Mon, 17 Oct 2011 02:26:13 +0000 (22:26 -0400)]
mips.py: align class table

12 years agomips.py: add mips32 softfloat targets
Matt Turner [Mon, 17 Oct 2011 02:16:45 +0000 (22:16 -0400)]
mips.py: add mips32 softfloat targets

softfloat targets are for producing a userland (ie glibc, gcc) that
handles software floating-point emulation in userspace. The alternative
is configuring your kernel to emulate floating-point math, which is
slower but allows you to use a standard "hard float" userland.

12 years agomips.py: add mips32 softfloat targets
Matt Turner [Mon, 17 Oct 2011 02:16:45 +0000 (22:16 -0400)]
mips.py: add mips32 softfloat targets

softfloat targets are for producing a userland (ie glibc, gcc) that
handles software floating-point emulation in userspace. The alternative
is configuring your kernel to emulate floating-point math, which is
slower but allows you to use a standard "hard float" userland.

12 years agoRe-add MD5 until handbook is updated.
Robin H. Johnson [Sat, 8 Oct 2011 23:57:01 +0000 (23:57 +0000)]
Re-add MD5 until handbook is updated.

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
12 years agoChange hashes for .DIGESTS to be SHA1/SHA512/WHIRLPOOL. SHA1 ease of validation from...
Robin H. Johnson [Sat, 8 Oct 2011 22:29:06 +0000 (22:29 +0000)]
Change hashes for .DIGESTS to be SHA1/SHA512/WHIRLPOOL. SHA1 ease of validation from non-*nix platforms.

12 years agoUpdate list of supported hashes.
Robin H. Johnson [Sat, 8 Oct 2011 22:27:41 +0000 (22:27 +0000)]
Update list of supported hashes.

12 years agoRe-add MD5 until handbook is updated.
Robin H. Johnson [Sat, 8 Oct 2011 23:57:01 +0000 (23:57 +0000)]
Re-add MD5 until handbook is updated.

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
12 years agoChange hashes for .DIGESTS to be SHA1/SHA512/WHIRLPOOL. SHA1 ease of validation from...
Robin H. Johnson [Sat, 8 Oct 2011 22:29:06 +0000 (22:29 +0000)]
Change hashes for .DIGESTS to be SHA1/SHA512/WHIRLPOOL. SHA1 ease of validation from non-*nix platforms.

12 years agoUpdate list of supported hashes.
Robin H. Johnson [Sat, 8 Oct 2011 22:27:41 +0000 (22:27 +0000)]
Update list of supported hashes.

12 years agomips.py: replace -mips* with new -march=mips*
Matt Turner [Sat, 3 Sep 2011 01:19:19 +0000 (21:19 -0400)]
mips.py: replace -mips* with new -march=mips*

12 years agomips.py: replace -mips* with new -march=mips*
Matt Turner [Sat, 3 Sep 2011 01:19:19 +0000 (21:19 -0400)]
mips.py: replace -mips* with new -march=mips*

12 years agoSet FEATURES=-news before emerging ccache/distcc/icecream
Matt Turner [Thu, 1 Sep 2011 23:08:04 +0000 (19:08 -0400)]
Set FEATURES=-news before emerging ccache/distcc/icecream

12 years agoSet FEATURES=-news before emerging ccache/distcc/icecream
Matt Turner [Thu, 1 Sep 2011 23:08:04 +0000 (19:08 -0400)]
Set FEATURES=-news before emerging ccache/distcc/icecream

12 years agomips.py: add mips4_r10k classes
Matt Turner [Sun, 21 Aug 2011 23:20:16 +0000 (19:20 -0400)]
mips.py: add mips4_r10k classes

12 years agomips.py: add mips4_r10k classes
Matt Turner [Sun, 21 Aug 2011 23:20:16 +0000 (19:20 -0400)]
mips.py: add mips4_r10k classes

12 years agomips.py: remove incorrect word 'all' from descriptions
Matt Turner [Wed, 17 Aug 2011 04:17:16 +0000 (00:17 -0400)]
mips.py: remove incorrect word 'all' from descriptions

12 years agomips.py: call correct constructor in o32 classes
Matt Turner [Wed, 17 Aug 2011 04:16:59 +0000 (00:16 -0400)]
mips.py: call correct constructor in o32 classes

12 years agomips.py: add mips32r2 and mips64r2 builder classes
Matt Turner [Wed, 17 Aug 2011 04:09:58 +0000 (00:09 -0400)]
mips.py: add mips32r2 and mips64r2 builder classes

12 years agomips.py: remove incorrect word 'all' from descriptions
Matt Turner [Wed, 17 Aug 2011 04:17:16 +0000 (00:17 -0400)]
mips.py: remove incorrect word 'all' from descriptions

12 years agomips.py: call correct constructor in o32 classes
Matt Turner [Wed, 17 Aug 2011 04:16:59 +0000 (00:16 -0400)]
mips.py: call correct constructor in o32 classes

12 years agomips.py: add mips32r2 and mips64r2 builder classes
Matt Turner [Wed, 17 Aug 2011 04:09:58 +0000 (00:09 -0400)]
mips.py: add mips32r2 and mips64r2 builder classes

12 years agomips.py: mips/o32 classes should inherit generic_mips{,el}
Matt Turner [Tue, 19 Jul 2011 17:09:33 +0000 (13:09 -0400)]
mips.py: mips/o32 classes should inherit generic_mips{,el}

generic_mips64{,el} should only be used for n32/n64/multilib.

Signed-off-by: Matt Turner <mattst88@gmail.com>
12 years agoFix man page to put mips64 and mips64el in the same section
Matt Turner [Tue, 19 Jul 2011 17:08:32 +0000 (13:08 -0400)]
Fix man page to put mips64 and mips64el in the same section

Signed-off-by: Matt Turner <mattst88@gmail.com>
12 years agomips.py: remove unnecessary generic_multilib class
Matt Turner [Tue, 19 Jul 2011 17:01:48 +0000 (13:01 -0400)]
mips.py: remove unnecessary generic_multilib class

It only served to add the "multilib" USE flag, which is already provided
by the multilib profiles.

Signed-off-by: Matt Turner <mattst88@gmail.com>
12 years agomips.py: remove -mfix-24k from CFLAGS, it apparently doesn't exist
Matt Turner [Tue, 19 Jul 2011 16:59:27 +0000 (12:59 -0400)]
mips.py: remove -mfix-24k from CFLAGS, it apparently doesn't exist

Signed-off-by: Matt Turner <mattst88@gmail.com>
12 years agomips.py: mips/o32 classes should inherit generic_mips{,el}
Matt Turner [Tue, 19 Jul 2011 17:09:33 +0000 (13:09 -0400)]
mips.py: mips/o32 classes should inherit generic_mips{,el}

generic_mips64{,el} should only be used for n32/n64/multilib.

Signed-off-by: Matt Turner <mattst88@gmail.com>
12 years agoFix man page to put mips64 and mips64el in the same section
Matt Turner [Tue, 19 Jul 2011 17:08:32 +0000 (13:08 -0400)]
Fix man page to put mips64 and mips64el in the same section

Signed-off-by: Matt Turner <mattst88@gmail.com>
12 years agomips.py: remove unnecessary generic_multilib class
Matt Turner [Tue, 19 Jul 2011 17:01:48 +0000 (13:01 -0400)]
mips.py: remove unnecessary generic_multilib class

It only served to add the "multilib" USE flag, which is already provided
by the multilib profiles.

Signed-off-by: Matt Turner <mattst88@gmail.com>
12 years agomips.py: remove -mfix-24k from CFLAGS, it apparently doesn't exist
Matt Turner [Tue, 19 Jul 2011 16:59:27 +0000 (12:59 -0400)]
mips.py: remove -mfix-24k from CFLAGS, it apparently doesn't exist

Signed-off-by: Matt Turner <mattst88@gmail.com>
12 years agomips.py: add mips32 and mips64 builder classes
Matt Turner [Sat, 16 Jul 2011 18:31:56 +0000 (14:31 -0400)]
mips.py: add mips32 and mips64 builder classes

Signed-off-by: Matt Turner <mattst88@gmail.com>
12 years agomips.py: add mips32 and mips64 builder classes
Matt Turner [Sat, 16 Jul 2011 18:31:56 +0000 (14:31 -0400)]
mips.py: add mips32 and mips64 builder classes

Signed-off-by: Matt Turner <mattst88@gmail.com>
12 years agoBumped version - there won't be a 2.0.6.917 release as I failed to update the version... CATALYST_2_0_6_918
Jorge Manuel B. S. Vicetto (jmbsvicetto) [Thu, 14 Jul 2011 02:16:30 +0000 (02:16 +0000)]
Bumped version - there won't be a 2.0.6.917 release as I failed to update the version before tagging.

12 years agoRevert "chroot-functions.sh: emerge sys-apps/shadow before distcc"
William Hubbs [Thu, 14 Jul 2011 01:45:02 +0000 (20:45 -0500)]
Revert "chroot-functions.sh: emerge sys-apps/shadow before distcc"

This reverts commit 11a7b5cb09e2d7b7f4f88496fc7816a7cad030d4.

We do not need this now since shadow is part of stage 1.

12 years agoRevert "chroot-functions.sh: emerge sys-apps/shadow before distcc" CATALYST_2_0_6_917
William Hubbs [Thu, 14 Jul 2011 01:29:24 +0000 (20:29 -0500)]
Revert "chroot-functions.sh: emerge sys-apps/shadow before distcc"

This reverts commit a4968878f0bf3bf32e0c5fb0c4b6d88a0ebb8084.

Shadow is now built in stage 1, so we do not need this.

12 years agoAdd /etc/init.d/fixinittab to the default runlevel - fix autologin on the installcd.
Jorge Manuel B. S. Vicetto (jmbsvicetto) [Thu, 14 Jul 2011 00:45:48 +0000 (00:45 +0000)]
Add /etc/init.d/fixinittab to the default runlevel - fix autologin on the installcd.

12 years agoAdd /etc/init.d/fixinittab to the default runlevel - fix autologin on the installcd.
Jorge Manuel B. S. Vicetto (jmbsvicetto) [Thu, 14 Jul 2011 00:45:48 +0000 (00:45 +0000)]
Add /etc/init.d/fixinittab to the default runlevel - fix autologin on the installcd.

12 years agomips.py: include R4x00 and loongson workarounds in mips3
Matt Turner [Tue, 28 Jun 2011 00:54:25 +0000 (20:54 -0400)]
mips.py: include R4x00 and loongson workarounds in mips3

12 years agomips.py: include R4x00 and loongson workarounds in mips3
Matt Turner [Tue, 28 Jun 2011 00:54:25 +0000 (20:54 -0400)]
mips.py: include R4x00 and loongson workarounds in mips3

12 years agochroot-functions.sh: emerge sys-apps/shadow before distcc
Matt Turner [Sun, 26 Jun 2011 17:02:22 +0000 (13:02 -0400)]
chroot-functions.sh: emerge sys-apps/shadow before distcc

distcc uses 'useradd' and will fail in stage2 without shadow.

12 years agochroot-functions.sh: don't run 'distcc-config --install'
Matt Turner [Sun, 26 Jun 2011 16:59:11 +0000 (12:59 -0400)]
chroot-functions.sh: don't run 'distcc-config --install'

distcc-config doesn't have this option anymore, so it's unneeded.

12 years agochroot-functions.sh: emerge sys-apps/shadow before distcc
Matt Turner [Sun, 26 Jun 2011 17:02:22 +0000 (13:02 -0400)]
chroot-functions.sh: emerge sys-apps/shadow before distcc

distcc uses 'useradd' and will fail in stage2 without shadow.

12 years agochroot-functions.sh: don't run 'distcc-config --install'
Matt Turner [Sun, 26 Jun 2011 16:59:11 +0000 (12:59 -0400)]
chroot-functions.sh: don't run 'distcc-config --install'

distcc-config doesn't have this option anymore, so it's unneeded.

12 years agoWarn about multiple argument errors at the same time
Sebastian Pipping [Sun, 26 Jun 2011 01:35:10 +0000 (03:35 +0200)]
Warn about multiple argument errors at the same time

12 years agoExamples: refer to "man catalyst" for supported arches, too
Sebastian Pipping [Sat, 25 Jun 2011 21:40:12 +0000 (23:40 +0200)]
Examples: refer to "man catalyst" for supported arches, too

Conflicts:

examples/netboot_template.spec

12 years agoExamples: refer to "man catalyst" for supported arches, too
Sebastian Pipping [Sat, 25 Jun 2011 21:40:12 +0000 (23:40 +0200)]
Examples: refer to "man catalyst" for supported arches, too

12 years agoboot from local hd if no response to boot menu
William Hubbs [Sun, 19 Jun 2011 18:15:35 +0000 (13:15 -0500)]
boot from local hd if no response to boot menu

x-gentoo-bug: 141199
x-gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=141199
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
12 years agoboot from local hd if no response to boot menu
William Hubbs [Sun, 19 Jun 2011 18:15:35 +0000 (13:15 -0500)]
boot from local hd if no response to boot menu

x-gentoo-bug: 141199
x-gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=141199
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
12 years agofix ignore patterns
William Hubbs [Sat, 25 Jun 2011 18:28:45 +0000 (13:28 -0500)]
fix ignore patterns

The top level .gitignore file should contain things you want ignored
through the entire tree. Specific files you want ignored should go in
.gitignore files in their respective directories unless they appear more
than once in the tree.

12 years agofix ignore patterns
William Hubbs [Sat, 25 Jun 2011 18:28:45 +0000 (13:28 -0500)]
fix ignore patterns

The top level .gitignore file should contain things you want ignored
through the entire tree. Specific files you want ignored should go in
.gitignore files in their respective directories unless they appear more
than once in the tree.

12 years agoResolve duplicate class arch_sh4aeb
Sebastian Pipping [Sat, 25 Jun 2011 18:45:12 +0000 (20:45 +0200)]
Resolve duplicate class arch_sh4aeb

12 years agoAdd "-news" to FEATURES everywhere
Sebastian Pipping [Sat, 25 Jun 2011 18:38:38 +0000 (20:38 +0200)]
Add "-news" to FEATURES everywhere

12 years agoAdd sh4aeb
Raúl Porcel [Sat, 25 Jun 2011 18:36:07 +0000 (18:36 +0000)]
Add sh4aeb

12 years agoAdd "-news" to FEATURES everywhere
Sebastian Pipping [Sat, 25 Jun 2011 18:35:56 +0000 (20:35 +0200)]
Add "-news" to FEATURES everywhere

12 years agoMakefile: Add missing dependency
Sebastian Pipping [Sat, 25 Jun 2011 18:07:08 +0000 (20:07 +0200)]
Makefile: Add missing dependency

Conflicts:

Makefile

12 years agoMakefile: Add missing dependency
Sebastian Pipping [Sat, 25 Jun 2011 18:07:08 +0000 (20:07 +0200)]
Makefile: Add missing dependency

12 years agoFix man page automation for catalyst 3.x ("arch/" vs. "modules/catalyst/arch")
Sebastian Pipping [Sat, 25 Jun 2011 18:02:02 +0000 (20:02 +0200)]
Fix man page automation for catalyst 3.x ("arch/" vs. "modules/catalyst/arch")

12 years agoMan page: Add Matt to authors
Sebastian Pipping [Sat, 25 Jun 2011 17:43:58 +0000 (19:43 +0200)]
Man page: Add Matt to authors

12 years agoMan page: Remove acute as man does not seem to render acutes properly
Sebastian Pipping [Sat, 25 Jun 2011 15:59:11 +0000 (17:59 +0200)]
Man page: Remove acute as man does not seem to render acutes properly

12 years agoMan page: Fix synopsis
Sebastian Pipping [Sat, 25 Jun 2011 15:44:54 +0000 (17:44 +0200)]
Man page: Fix synopsis

12 years agoMakefile: Improve dependencies
Sebastian Pipping [Sat, 25 Jun 2011 15:36:53 +0000 (17:36 +0200)]
Makefile: Improve dependencies

12 years agoMigrate man page to Asciidoc, generate list of subarches, add Makefile including...
Sebastian Pipping [Fri, 24 Jun 2011 16:58:46 +0000 (18:58 +0200)]
Migrate man page to Asciidoc, generate list of subarches, add Makefile including "dist" target

Conflicts:

ChangeLog

12 years agoUse get_libdir instead of hard-coding lib for distcc
Matt Turner [Sat, 25 Jun 2011 17:50:22 +0000 (13:50 -0400)]
Use get_libdir instead of hard-coding lib for distcc

12 years agoUse get_libdir instead of hard-coding lib for distcc
Matt Turner [Sat, 25 Jun 2011 17:50:22 +0000 (13:50 -0400)]
Use get_libdir instead of hard-coding lib for distcc

12 years agoMan page: Add Matt to authors
Sebastian Pipping [Sat, 25 Jun 2011 17:43:58 +0000 (19:43 +0200)]
Man page: Add Matt to authors

12 years agomips.py: add multilib (and missing n64) classes
Matt Turner [Sat, 25 Jun 2011 16:24:21 +0000 (12:24 -0400)]
mips.py: add multilib (and missing n64) classes

12 years agomips.py: remove n32/n64 USE flags
Matt Turner [Sat, 25 Jun 2011 16:23:45 +0000 (12:23 -0400)]
mips.py: remove n32/n64 USE flags

Nothing uses these flags anymore

12 years agomips.py: create generic mips64 classes
Matt Turner [Sat, 25 Jun 2011 16:23:04 +0000 (12:23 -0400)]
mips.py: create generic mips64 classes

... and inherit from them to simplify other classes

12 years agomips.py: fix CFLAGS in loongson class
Matt Turner [Sat, 25 Jun 2011 16:22:22 +0000 (12:22 -0400)]
mips.py: fix CFLAGS in loongson class

Clearly never tested

12 years agomips.py: Remove ip* classes
Matt Turner [Sat, 25 Jun 2011 16:21:40 +0000 (12:21 -0400)]
mips.py: Remove ip* classes

They were clearly never even tested since they were inheriting the
little-endian abstract class.

12 years agomips.py: Remove mips2 classes
Matt Turner [Sat, 25 Jun 2011 16:20:37 +0000 (12:20 -0400)]
mips.py: Remove mips2 classes

Linux doesn't even run on mips2

12 years agomips.py: add multilib (and missing n64) classes
Matt Turner [Sat, 25 Jun 2011 16:16:07 +0000 (12:16 -0400)]
mips.py: add multilib (and missing n64) classes

12 years agomips.py: remove n32/n64 USE flags
Matt Turner [Sat, 25 Jun 2011 16:15:27 +0000 (12:15 -0400)]
mips.py: remove n32/n64 USE flags

Nothing uses these flags anymore.

12 years agomips.py: create generic mips64 classes
Matt Turner [Sat, 25 Jun 2011 16:14:53 +0000 (12:14 -0400)]
mips.py: create generic mips64 classes

... and inherit from them to simplify other classes

12 years agomips.py: fix CFLAGS in loongson class
Matt Turner [Sat, 25 Jun 2011 16:12:32 +0000 (12:12 -0400)]
mips.py: fix CFLAGS in loongson class

Clearly never tested

12 years agomips.py: Remove ip* classes
Matt Turner [Sat, 25 Jun 2011 16:10:59 +0000 (12:10 -0400)]
mips.py: Remove ip* classes

They were clearly never even tested since they were inheriting the
little-endian abstract class.

12 years agomips.py: Remove mips2 classes
Matt Turner [Sat, 25 Jun 2011 16:09:28 +0000 (12:09 -0400)]
mips.py: Remove mips2 classes

Linux doesn't even run on mips2

12 years agoMan page: Remove acute as man does not seem to render acutes properly
Sebastian Pipping [Sat, 25 Jun 2011 15:59:11 +0000 (17:59 +0200)]
Man page: Remove acute as man does not seem to render acutes properly

12 years agoMan page: Fix synopsis
Sebastian Pipping [Sat, 25 Jun 2011 15:44:54 +0000 (17:44 +0200)]
Man page: Fix synopsis

12 years agoMakefile: Improve dependencies
Sebastian Pipping [Sat, 25 Jun 2011 15:36:53 +0000 (17:36 +0200)]
Makefile: Improve dependencies

12 years agoMigrate man page to Asciidoc, generate list of subarches, add Makefile including...
Sebastian Pipping [Fri, 24 Jun 2011 16:58:46 +0000 (18:58 +0200)]
Migrate man page to Asciidoc, generate list of subarches, add Makefile including "dist" target

12 years agoThere is no dict conf_values.settings, replace by plain conf_values
Sebastian Pipping [Thu, 23 Jun 2011 21:45:46 +0000 (23:45 +0200)]
There is no dict conf_values.settings, replace by plain conf_values

13 years agoThis is catalyst 2.0.6.916 CATALYST_2_0_6_916
Raúl Porcel [Thu, 14 Apr 2011 10:20:39 +0000 (10:20 +0000)]
This is catalyst 2.0.6.916

13 years agoAdd gentoo-ilo option for the bootloader on ia64
Raúl Porcel [Thu, 14 Apr 2011 10:20:02 +0000 (10:20 +0000)]
Add gentoo-ilo option for the bootloader on ia64

13 years agoAdd gentoo-ilo option for the bootloader on ia64
Raúl Porcel [Thu, 14 Apr 2011 10:19:33 +0000 (10:19 +0000)]
Add gentoo-ilo option for the bootloader on ia64

13 years agoThis is catalyst 2.0.6.915
Raúl Porcel [Sun, 10 Apr 2011 17:09:15 +0000 (17:09 +0000)]
This is catalyst 2.0.6.915

13 years agoReplace virtual/portage with sys-apps/portage, bug #358847
Raúl Porcel [Sun, 10 Apr 2011 17:08:13 +0000 (17:08 +0000)]
Replace virtual/portage with sys-apps/portage, bug #358847

13 years agoEnable new amd64 subarches
Raúl Porcel [Sat, 5 Feb 2011 18:27:51 +0000 (18:27 +0000)]
Enable new amd64 subarches

13 years agoThis is catalyst 2.0.6.914
Raúl Porcel [Sat, 5 Feb 2011 18:27:19 +0000 (18:27 +0000)]
This is catalyst 2.0.6.914

13 years agoEnable new amd64 subarches
Raúl Porcel [Sat, 5 Feb 2011 18:26:57 +0000 (18:26 +0000)]
Enable new amd64 subarches

13 years agoThis is catalyst 2.0.6.913
Raúl Porcel [Mon, 1 Nov 2010 15:07:21 +0000 (15:07 +0000)]
This is catalyst 2.0.6.913

13 years agoFix ARM hardfloat
Raúl Porcel [Mon, 1 Nov 2010 15:07:06 +0000 (15:07 +0000)]
Fix ARM hardfloat

13 years agoAdd patch for Loongson support, patch by Zhang Le <r0bertz at gentoo dot org>, bug...
Raúl Porcel [Mon, 1 Nov 2010 12:24:52 +0000 (12:24 +0000)]
Add patch for Loongson support, patch by Zhang Le <r0bertz at gentoo dot org>, bug #330241

13 years agoThis is catalyst 2.0.6.912
Raúl Porcel [Mon, 1 Nov 2010 12:23:52 +0000 (12:23 +0000)]
This is catalyst 2.0.6.912

13 years agoAdd patch for Loongson support, patch by Zhang Le <r0bertz at gentoo dot org>, bug...
Raúl Porcel [Mon, 1 Nov 2010 12:23:37 +0000 (12:23 +0000)]
Add patch for Loongson support, patch by Zhang Le <r0bertz at gentoo dot org>, bug #330241

13 years agoRevert "Add patch for Loongson support, patch by Zhang Le <r0bertz at gentoo dot...
Raúl Porcel [Mon, 1 Nov 2010 11:27:22 +0000 (11:27 +0000)]
Revert "Add patch for Loongson support, patch by Zhang Le <r0bertz at gentoo dot org>, bug #330241"

This reverts commit a1bb91b416413071e6033a480439c6d73447704e.

13 years agoAdd patch for Loongson support, patch by Zhang Le <r0bertz at gentoo dot org>, bug...
Raúl Porcel [Mon, 1 Nov 2010 11:26:12 +0000 (11:26 +0000)]
Add patch for Loongson support, patch by Zhang Le <r0bertz at gentoo dot org>, bug #330241

13 years agoThis is catalyst 2.0.6.911
Raúl Porcel [Sat, 9 Oct 2010 12:00:26 +0000 (12:00 +0000)]
This is catalyst 2.0.6.911

13 years agoReplace -Os with -O2 for ARM
Raúl Porcel [Sat, 9 Oct 2010 11:59:36 +0000 (11:59 +0000)]
Replace -Os with -O2 for ARM

13 years agoARM fixes
Raúl Porcel [Sun, 26 Sep 2010 15:10:16 +0000 (15:10 +0000)]
ARM fixes

13 years agoARM fixes
Raúl Porcel [Sun, 26 Sep 2010 15:06:03 +0000 (15:06 +0000)]
ARM fixes