slackware 有AMD64的版本吗?
时间:2005-03-24
来源:互联网
作者: 5cool 发布时间: 2005-03-24
关注
作者: babo 发布时间: 2005-03-24
作者: windrose 发布时间: 2005-03-24
作者: babo 发布时间: 2005-03-24
作者: zonzi 发布时间: 2005-03-24
作者: babo
谁是pat呀?
|
Patrick Volkerding
作者: windrose 发布时间: 2005-03-24
作者: fei 发布时间: 2005-03-24
#!/bin/sh
## build glibc-$VERSION for Slackware
## by Patrick J. Volkerding <[email protected]>
CWD=`pwd`
TMP=${TMP:-/tmp}
if [ ! -d $TMP ]; then
mkdir -p $TMP
fi
VERSION=${VERSION:-2.3.4}
CVSVER=2.3.4
# $ARCH may be preset, otherwise i486 compatibility with i686 binary
# structuring is the Slackware default now, since this is what gcc-3.2+
# requires for binary compatibility with previous releases.
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
# This should be i486 for all 32-bit x86 arch:
TARGET=${TARGET:-i486}
# I'll break this out as an option for fun :-)
if [ "$ARCH" = "i386" ]; then
OPTIMIZ="-O3 -march=i386 -mcpu=i686"
elif [ "$ARCH" = "i486" ]; then
OPTIMIZ="-O3 -march=i486 -mcpu=i686"
elif [ "$ARCH" = "i586" ]; then
OPTIMIZ="-O3 -march=i586"
elif [ "$ARCH" = "i686" ]; then
OPTIMIZ="-O3 -march=i686"
elif [ "$ARCH" = "athlon" ]; then
OPTIMIZ="-O3 -march=athlon"
elif [ "$ARCH" = "s390" ]; then
OPTIMIZ="-O3"
elif [ "$ARCH" = "x86_64" ]; then #这行就是支持amd64的!
OPTIMIZ="-O3"
else
OPTIMIZ="-O3"
fi
………略。
祝你好运!
作者: 鸟儿 发布时间: 2005-03-24
作者: canglong 发布时间: 2005-03-25
ftp://ftp.scarlet.be/pub/slamd64/sla...er21-disk1.iso
有得下!
作者: canglong 发布时间: 2005-03-25
Welcome to the Slamd64 Project
I've released Slamd64 10.1 RC1 - it's primarily a bugfix release. A few things to note:
KDE 3.4 will not be included in the final even if it's released before I mark Slamd64 10.1 as final. Now I don't want to change any packages any more than neccessary to give a good, stable system. Please don't bug me about this. I will put up packages, but they will be unsupported.
Since I released it, I've became aware of a bug with GTK applications (specifically, a bug in the pango package). To solve: mv /usr/lib64/pkgconfig/* /usr/lib/pkgconfig, and recompile pango. Later today I'll post a fixed pango pack, few days until RC2.
Please see the download page to get it.
作者: canglong 发布时间: 2005-03-25
作者: kobe0208 发布时间: 2005-03-25
作者: fei 发布时间: 2005-03-30
作者: 5cool 发布时间: 2005-03-31
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28