LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 494|回复: 0

The GCC specs file amendment script did not work at 5.9. Adjusting the Toolch

[复制链接]
发表于 2005-5-18 10:03:15 | 显示全部楼层 |阅读模式
SPECFILE=`gcc --print-file specs` &&
sed 's@ /lib/ld-linux.so.2@ /tools/lib/ld-linux.so.2@g' \
    $SPECFILE > tempspecfile &&
mv -f tempspecfile $SPECFILE &&
unset SPECFILE


This shell script did not work on my Redflag 4.1 Desktop

I manually modified the `gcc --print-file specs` replacing “/lib/ld-linux.so.2” with “/tools/lib/ld-linux.so.2”
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表