Package: openhackware
Version: 0.4.1
Author: Guillem Jover <guillem@hadrons.org>
Status: not-sent
Description:
 Fix build failure with latest gcc 3.x and 4.x.

--- src/main.ld	2005-03-31 10:23:33.000000000 +0300
+++ src/main.ld	2006-03-21 23:26:13.000000000 +0200
@@ -49,7 +49,7 @@
         _sdata_end = . ;
         . = ALIGN(4) ;
         _ro_start = . ;
-        .rodata    : { *(.rodata) } > bios
+        .rodata    : { *(.rodata .rodata.*) } > bios
         _ro_end = . ;
         . = ALIGN(4) ;
         _RTAS_start = .;
