| View previous topic :: View next topic |
| Author |
Message |
pavera Tux's lil' helper

Joined: 27 May 2002 Posts: 84
|
Posted: Thu Jul 18, 2002 11:03 pm Post subject: Red Hat optimizations |
|
|
| I had an idea the other day, along the gentoo lines of optimizing everything and now I'm trying to build an entire Red Hat distro from the SRPMS then I want to change their installer, do whatever I have to to make it redhat 7.3 for the i686. now, I can rebuild the SRPMS to RPMs, but I can't get the architecture of the RPM to change... it still comes out .i386.rpm, I compile with CFLAGS CXXFLAGS and FFLAGS set to -march=i686, (plus other opts) where do I change the default arch setting for an RPM? |
|
| Back to top |
|
 |
delta407 Bodhisattva


Joined: 23 Apr 2002 Posts: 2876 Location: Chicago, IL
|
Posted: Fri Jul 19, 2002 5:45 am Post subject: Re: Red Hat optimizations |
|
|
| pavera wrote: | | I had an idea the other day, along the gentoo lines of optimizing everything and now I'm trying to build an entire Red Hat distro from the SRPMS ... |
Why not just use Gentoo?  _________________ I don't believe in witty sigs. |
|
| Back to top |
|
 |
WarMachine Apprentice

Joined: 15 Jul 2002 Posts: 181
|
Posted: Mon Jul 22, 2002 12:34 am Post subject: Re: Red Hat optimizations |
|
|
| delta407 wrote: |
Why not just use Gentoo?  |
the ultimate linux optimization |
|
| Back to top |
|
 |
Sesquipedalian n00b


Joined: 22 May 2002 Posts: 62 Location: Loveland, CO
|
Posted: Tue Jul 23, 2002 2:05 am Post subject: |
|
|
although i agree with the sentament of the previous posts.......
the command you're looking for is:
| Code: | | rpm --rebuild --target i686-linux blabla-1.0.src.rpm |
_________________ What tha........ |
|
| Back to top |
|
 |
masseya Bodhisattva


Joined: 17 Apr 2002 Posts: 2602 Location: Raleigh, NC
|
Posted: Wed Jul 24, 2002 6:39 pm Post subject: |
|
|
| delta407 wrote: | Why not just use Gentoo?  |
Well, it would be an interesting learning experience, but that's about all I can think of... _________________ if i never try anything, i never learn anything..
if i never take a risk, i stay where i am.. |
|
| Back to top |
|
 |
|