Changeset 1722 for trunk/auto-reply
- Timestamp:
- 04/29/00 07:33:09 (9 years ago)
- Location:
- trunk/auto-reply
- Files:
-
- 6 modified
-
. (modified) (1 prop)
-
.cvsignore (modified) (1 diff)
-
config.guess (modified) (3 diffs)
-
config.sub (modified) (2 diffs)
-
install-sh (modified) (1 diff)
-
mkinstalldirs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/auto-reply
- Property svn:ignore
-
old new 8 8 stamp-h 9 9 Makefile 10 acinclude.m4
-
- Property svn:ignore
-
trunk/auto-reply/.cvsignore
r890 r1722 8 8 stamp-h 9 9 Makefile 10 acinclude.m4 -
trunk/auto-reply/config.guess
r794 r1722 589 589 exit 0 ;; 590 590 *:NetBSD:*:*) 591 echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/ /'`591 echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` 592 592 exit 0 ;; 593 593 *:OpenBSD:*:*) … … 619 619 exit 0 ;; 620 620 *:Linux:*:*) 621 # uname on the ARM produces all sorts of strangeness, and we need to622 # filter it out.623 case "$UNAME_MACHINE" in624 armv*) UNAME_MACHINE=$UNAME_MACHINE ;;625 arm* | sa110*) UNAME_MACHINE="arm" ;;626 esac621 # # uname on the ARM produces all sorts of strangeness, and we need to 622 # # filter it out. 623 # case "$UNAME_MACHINE" in 624 # armv*) UNAME_MACHINE=$UNAME_MACHINE ;; 625 # arm* | sa110*) UNAME_MACHINE="arm" ;; 626 # esac 627 627 628 628 # The BFD linker knows what the default object file format is, so … … 642 642 armlinux) echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;; 643 643 m68klinux) echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;; 644 elf32arm) echo "${UNAME_MACHINE}-unknown-linux-gnu" ; exit 0 ;; 644 645 elf32ppc) 645 646 # Determine Lib Version -
trunk/auto-reply/config.sub
r794 r1722 173 173 | mips64vr4300 | mips64vr4300el | mips64vr4100 | mips64vr4100el \ 174 174 | mips64vr5000 | miprs64vr5000el \ 175 | sparc | sparclet | sparclite | sparc64 | sparcv9 | v850 | c4x \175 | armv[34][lb] | sparc | sparclet | sparclite | sparc64 | sparcv9 | v850 | c4x \ 176 176 | thumb | d10v) 177 177 basic_machine=$basic_machine-unknown … … 206 206 | mips64vr4100-* | mips64vr4100el-* | mips64vr4300-* | mips64vr4300el-* \ 207 207 | mipstx39-* | mipstx39el-* \ 208 | armv[34][lb]-* \ 208 209 | f301-* | armv*-* | t3e-* \ 209 210 | m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* \ -
trunk/auto-reply/install-sh
r794 r1722 119 119 if [ -d $dst ]; then 120 120 instcmd=: 121 chmodcmd="" 121 122 else 122 123 instcmd=mkdir -
trunk/auto-reply/mkinstalldirs
r794 r1722 23 23 24 24 if test ! -d "$pathcomp"; then 25 echo "mkdir $pathcomp" 1>&225 echo "mkdir $pathcomp" 26 26 27 27 mkdir "$pathcomp" || lasterr=$?
