summaryrefslogtreecommitdiff
path: root/buildlib/ostable
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2007-07-25 20:27:40 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2007-07-25 20:27:40 -0300
commit0fbb494b343342af795a17a56d4b915499c52ed9 (patch)
tree3b78efb28d18b34922825b7ed577dca03b41a7f6 /buildlib/ostable
parentba1a544bcc8ee9147c45f65ceb23b911f3d235e9 (diff)
* Applied patch from Guillem Jover <guillem.jover@nokia.com> to use
dpkg-architecture to get the host architecture (closes: #407187)
Diffstat (limited to 'buildlib/ostable')
-rw-r--r--buildlib/ostable21
1 files changed, 0 insertions, 21 deletions
diff --git a/buildlib/ostable b/buildlib/ostable
deleted file mode 100644
index ead7d771c..000000000
--- a/buildlib/ostable
+++ /dev/null
@@ -1,21 +0,0 @@
-# This file contains a table of known vendor-os strings, with
-# things to map them to. `configure' will take the output of the
-# autoconf cannon macros and look in here. This only deals with
-# OS names. The right should be a common name like the arch table
-# generates
-# The final bit to build the Debian Architecture is done in init.cc
-# The left side is a regex for awk, and the first match is used.
-
-# These are used by Debian
-[^-]*-linux-.* linux
-[^-]*-kfreebsd.*-gnu kfreebsd
-[^-]*-knetbsd.*-gnu knetbsd
-[^-]*-gnu[^-]* hurd
-
-# These are samples.
-hp-hpux[^-]* hp-ux
-sun-solaris[^-]* solaris
-[^-]*-openbsd[^-]* openbsd
-
-# Catch all
-.* unknown