summaryrefslogtreecommitdiff
path: root/Build/source/libs/freetype
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-12-09 03:42:08 +0000
committerKarl Berry <karl@freefriends.org>2012-12-09 03:42:08 +0000
commit9fa3836b3ccb2cb0c4e2a61f5712591d9650dcf1 (patch)
tree5de8c9dec983a893be6e7799c7e69423910edd33 /Build/source/libs/freetype
parent2df7040c1fc6f06b06f73774b9f150bd0be1c58f (diff)
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@28478 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/freetype')
-rwxr-xr-xBuild/source/libs/freetype/freetype-1.5/config.sub8
1 files changed, 6 insertions, 2 deletions
diff --git a/Build/source/libs/freetype/freetype-1.5/config.sub b/Build/source/libs/freetype/freetype-1.5/config.sub
index 89b1286300a..8df5511094a 100755
--- a/Build/source/libs/freetype/freetype-1.5/config.sub
+++ b/Build/source/libs/freetype/freetype-1.5/config.sub
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
# 2011, 2012 Free Software Foundation, Inc.
-timestamp='2012-10-10'
+timestamp='2012-12-06'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@@ -1026,7 +1026,11 @@ case $basic_machine in
basic_machine=i586-unknown
os=-pw32
;;
- rdos)
+ rdos | rdos64)
+ basic_machine=x86_64-pc
+ os=-rdos
+ ;;
+ rdos32)
basic_machine=i386-pc
os=-rdos
;;