You are not logged in.
Pages: 1
what is this variable ?
and what happen if i change this ?
thanks
+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome
Offline
Offline
It is the platform the toolchain is built for. Even a small change (e.g. x86_64-unknown-linux-gnu to x86_64-pc-linux-gnu) can result in gcc trying to cross compile stuff which causes breakages...
Offline
Pages: 1