Juanito
Group: Members
Posts: 1601
Joined: Sep. 2005 |
|
Posted: Oct. 18 2007,13:53 |
|
Quote | Aren't you contradicting yourself? I mean, you compile on a Sarge debootstrap, not DSL? Or have I mixed up somewhere? |
My starting point was to load a bunch of sarge debs (not a sarge bootstrap) in order to be able to compile gcc, glibc, etc to /opt/build and make an extension.
Next I rebooted, loaded the extension made above and used this to again compile gcc, glibc, etc to /opt/compile. Maybe this step was uneccessary but now I have a compile extension that was itself compiled on dsl
Quote | They are the same. But for DSL you ought to compile for i486 (--host=i486-pc-linux-gnu --target=i486-pc-linux-gnu --with-arch=i486) |
If they are the same, which version should be deleted?
Would --host=i686-pc-linux-gnu --target=i486-pc-linux-gnu --with-arch=i486 make more sense? Is anybody going to compile with a 486?
|