View Single Post
Old 28th July 2008
vermaden's Avatar
vermaden vermaden is offline
Administrator
 
Join Date: Apr 2008
Location: pl_PL.lodz
Posts: 1,056
Default

try these:

core2 is only supported on gcc 4.3 FreeBSD 7.0 uses 4.2 if you want 64bit then use nacona instead of prescott

-O -pipe were default on FreeBSD 4/5 now use these defaults: -O2 -fno-strict-aliasing -pipe

Code:
CPUTYPE=prescott
CFLAGS= -O2 -fno-strict-aliasing -pipe -s
CXXFLAGS+= -fconserve-space
COPTFLAGS= -O2 -fno-strict-aliasing -pipe -s
-s strips debug
__________________
religions, worst damnation of mankind
"If 386BSD had been available when I started on Linux, Linux would probably never had happened." Linus Torvalds

Linux is not UNIX! Face it! It is not an insult. It is fact: GNU is a recursive acronym for “GNU's Not UNIX”.
vermaden's: links resources deviantart spreadbsd
Reply With Quote