%rename cpp old_cpp *cpp: -isystem /host_usr/include -isystem /scratchbox/host_shared/include -isystem /scratchbox/host_shared/include/c++/3.3 -isystem /scratchbox/host_shared/include/c++/3.3/x86_64-linux %(old_cpp) %rename link old_link *link: %(old_link) -dynamic-linker /scratchbox/host_shared/lib/ld.so -rpath /host_usr/lib -rpath /scratchbox/host_shared/lib -L/host_usr/lib -L/scratchbox/host_shared/lib *endfile: %{!shared:crtend.o%s} %{shared:crtendS.o%s} /scratchbox/host_shared/lib/crtn.o%s *startfile: %{!shared: %{pg:/scratchbox/host_shared/lib/gcrt1.o%s} %{!pg:%{p:/scratchbox/host_shared/lib/gcrt1.o%s} %{!p:%{profile:/scratchbox/host_shared/lib/gcrt1.o%s} %{!profile:/scratchbox/host_shared/lib/crt1.o%s}}}} /scratchbox/host_shared/lib/crti.o%s %{static:crtbeginT.o%s} %{!static:%{!shared:crtbegin.o%s} %{shared:crtbeginS.o%s}}