Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 26892 Details for
Bug 43785
uae-0.8.25_pre20040302 needs way too much RAM to compile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
the splitter script
split_cpuemu.pl (text/plain), 498 bytes, created by
Michal Januszewski (RETIRED)
on 2004-03-05 03:24:22 UTC
(
hide
)
Description:
the splitter script
Filename:
MIME Type:
Creator:
Michal Januszewski (RETIRED)
Created:
2004-03-05 03:24:22 UTC
Size:
498 bytes
patch
obsolete
>#!/usr/bin/perl > >open(INPUT, "<cpuemu_6.c"); >open(OUT1, ">cpuemu_6.t"); >open(OUT2, ">cpuemu_7.c"); > >$header = 1; >$part = 0; > >while ($line = <INPUT>) { > > $size += length($line); > > if (($line =~ /^#/ || $line eq "\n") && ($line ne "#ifdef PART_1\n") && $header) { > print OUT1 $line; > print OUT2 $line; > } else { > > $header = 0; > > if ($line ne "#ifdef PART_4\n" && $part == 0) { > print OUT1 $line; > } else { > $part = 1; > print OUT2 $line; > } > } >} > >close(OUT2); >close(OUT1); >close(INPUT);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 43785
: 26892 |
26893