You are not logged in.

#26 2009-10-22 05:09:22

rhune
Member
Registered: 2007-07-17
Posts: 19

Re: makepkg queston

Thanks, that worked. Just wondering what, if any, the difference is between i386 and Linux32? both man pages are for setarch

Offline

#27 2009-10-22 05:15:24

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,384
Website

Re: makepkg queston

allan@arch ~
> file /usr/bin/i386
/usr/bin/i386: symbolic link to `setarch'

allan@arch ~
> file /usr/bin/linux32
/usr/bin/linux32: symbolic link to `setarch'

Appears not...

Offline

#28 2009-10-22 08:37:11

xirtyllo
Member
Registered: 2009-02-15
Posts: 7

Re: makepkg queston

talking about GCC 4.5 and Intel Atom CPU...

I would like to compile a new kernel for the Acer One -with Atom CPU- with GCC 4.5, because this version introduces the -march=atom optimizations....
If i install GCC-Snapshot from AUR, am i going to be able to compile the kernel with it ?? :-o

  do i need to remove the old GCC, or otherwise how do i tell that i want to use the AUR version?

Offline

#29 2009-10-22 08:49:02

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,384
Website

Re: makepkg queston

Probably just add "CC=gcc-4.5" before the ./configure line in the PKGBUILD.

Offline

#30 2009-10-28 00:22:03

rhune
Member
Registered: 2007-07-17
Posts: 19

Re: makepkg queston

That brings up another question i had heh...in PKGBUILDS that have ./configure, CC=gcc-4.5 works just fine...what about PKGBUILDs that dont have a ./configure line? Theres a few that are only patches

Last edited by rhune (2009-10-28 00:22:57)

Offline

#31 2009-10-28 01:09:14

tavianator
Member
From: Waterloo, ON, Canada
Registered: 2007-08-21
Posts: 858
Website

Re: makepkg queston

rhune wrote:

That brings up another question i had heh...in PKGBUILDS that have ./configure, CC=gcc-4.5 works just fine...what about PKGBUILDs that dont have a ./configure line? Theres a few that are only patches

Not quite sure what you mean, but if export CC=gcc-4.5 near the beginning of build() might do the trick if it uses make.

Offline

Board footer

Powered by FluxBB