From b02895fc3c697838ad87f0d914e805e1c9880596 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 20 Apr 2009 01:40:37 +0000 Subject: /home/texlive/karl/Master/tlpkg/bin/tl-update-auto git-svn-id: svn://tug.org/texlive/trunk@12756 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/installer/config.guess | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Master') diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess index e5716eea733..3eda297e705 100755 --- a/Master/tlpkg/installer/config.guess +++ b/Master/tlpkg/installer/config.guess @@ -1115,8 +1115,11 @@ EOF pc:*:*:*) # Left here for compatibility: # uname -m prints for DJGPP always 'pc', but it prints nothing about - # the processor, so we play safe by assuming i386. - echo i386-pc-msdosdjgpp + # the processor, so we play safe by assuming i586. + # Note: whatever this is, it MUST be the same as what config.sub + # prints for the "djgpp" host, or else GDB configury will decide that + # this is a cross-build. + echo i586-pc-msdosdjgpp exit ;; Intel:Mach:3*:*) echo i386-pc-mach3 -- cgit v1.2.3