Changeset 3022


Ignore:
Timestamp:
02/05/08 08:02:10 (5 years ago)
Author:
alanbach-guest
Message:

[svn-inject] Applying Debian modifications to trunk

Location:
pkg/main/update-notifier/trunk
Files:
41 added
2 edited

Legend:

Unmodified
Added
Removed
  • pkg/main/update-notifier/trunk/config.guess

    r3018 r3022  
    55#   Inc. 
    66 
    7 timestamp='2007-03-06' 
     7timestamp='2007-07-22' 
    88 
    99# This file is free software; you can redistribute it and/or modify it 
     
    331331        echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 
    332332        exit ;; 
    333     i86pc:SunOS:5.*:*) 
     333    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) 
    334334        echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 
    335335        exit ;; 
     
    794794    *:Interix*:[3456]*) 
    795795        case ${UNAME_MACHINE} in 
    796             x86)  
     796            x86) 
    797797                echo i586-pc-interix${UNAME_RELEASE} 
    798798                exit ;; 
  • pkg/main/update-notifier/trunk/config.sub

    r3018 r3022  
    55#   Inc. 
    66 
    7 timestamp='2007-01-18' 
     7timestamp='2007-06-28' 
    88 
    99# This file is (in principle) common to ALL GNU software. 
     
    476476                os=-unicosmp 
    477477                ;; 
    478         cr16c) 
    479                 basic_machine=cr16c-unknown 
     478        cr16) 
     479                basic_machine=cr16-unknown 
    480480                os=-elf 
    481481                ;; 
     
    683683                basic_machine=i386-pc 
    684684                os=-mingw32 
     685                ;; 
     686        mingw32ce) 
     687                basic_machine=arm-unknown 
     688                os=-mingw32ce 
    685689                ;; 
    686690        miniframe) 
Note: See TracChangeset for help on using the changeset viewer.