Hello, I want to set up a AMD AthlonXP on Compact Flash, just like I do my old pentium & i586 systems. I'd really like to be able to move 4G Cf cards (set up generically) between old pentium, k6, i586, p4 and AthlonXP systems. (that's the goal not performance, optimized for small binaries).
OK, so I'm using ext2 on a 4 G CF. I want a universal /etc/make.conf file that will work on old hardware all the way up to a p4 (32bit) system, and on AMD (AMD Athlon(TM) XP 2400+) So take and look and tell me what I should change and why. OK? MARCH =??? CHOST="i486-pc-linux-gnu" CFLAGS="-Os -march=??? -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" PORTAGE_NICENESS="1" MAKEOPTS="-j2" USE="-* -nls mmx ncurses ssl crypt berkdb tcpd pam perl pcre \ python readline zlib bzip2 nptl nptlonly syslog" Any suggestions on flags are most welcome! Ideas are most welcome! James