[sisyphus] libtool & pentium4 target (patch)
Денис Смирнов
=?iso-8859-1?q?mithraen_=CE=C1_freesource=2Einfo?=
Вс Фев 15 14:55:06 MSK 2004
Проблема -- при попытке использовать pentium4 как target (например с моим
патчем к макросам rpm) появляется проблема -- configure отказывается
понимать этот target. Проблема в том, что процессор pentium4 отсутствует в
config.sub. Элементарный патч это проблему полностью решает, патч в
аттаче, вместе с патчем к libtool.spec.
--
С уважением, Денис
http://freesource.info
----------- следующая часть -----------
--- config.sub.orig 2003-09-04 20:00:48 +0400
+++ config.sub 2003-09-04 21:37:05 +0400
@@ -266,7 +266,7 @@
# We use `pc' rather than `unknown'
# because (1) that's what they normally are, and
# (2) the word "unknown" tends to confuse beginning users.
- i*86 | x86_64)
+ i*86 | x86_64 | pentium3 | pentium4 )
basic_machine=$basic_machine-pc
;;
# Object if more than one company name word.
@@ -311,6 +311,8 @@
| we32k-* \
| x86-* | x86_64-* | xmp-* | xps100-* | xscale-* \
| ymp-* \
+ | pentium3-* \
+ | pentium4-* \
| z8k-*)
;;
# Recognize the various machine names and aliases which stand
----------- следующая часть -----------
--- libtool.spec-orig 2002-09-23 03:45:27 +0400
+++ libtool.spec 2003-09-04 21:58:28 +0400
@@ -29,6 +29,7 @@
# ALT patches
Patch15: %name-1.4.2-c++-linkage.patch
+Patch16: %name-config.sub.pentium3-4.patch
## Dubious patches unapplied for now
# It's 1) patches more than its name implies; 2) seems to be unused for now
@@ -92,6 +93,7 @@
# ALT patches
%patch15 -p1 -b .cxx-link
+%patch16 -p0 -b .config.sub
# Add k6/athlon arches.
find -type f -print0 |
Подробная информация о списке рассылки Sisyphus