Project

General

Profile

Bug #1333 ยป lang.squeak.patch

mneumann, 04/13/2009 11:11 AM

View differences:

distinfo
SHA1 (patch-al) = d58a1800600ff1a124c3db7aa382b085218160f3
SHA1 (patch-am) = a302a00bceff51e43b2af3299433f710917526c3
SHA1 (patch-an) = ab36cdee3ecf1b374ce75780d310596cefe40152
SHA1 (patch-ao) = 311a5a68fc2719b69d94eefbb1b1f4a1c1f7f41b
SHA1 (patch-ap) = ab26309758d9a1abea8a9c580111fea6bffb9e1f
patches/patch-ao
--- platforms/unix/config/config.guess.old 2009-04-13 12:24:33 +0200
+++ platforms/unix/config/config.guess 2009-04-13 12:24:39 +0200
@@ -744,6 +744,9 @@
*:BSD/OS:*:*)
echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
exit 0 ;;
+ i386:DragonFly:*:*)
+ echo ${UNAME_MACHINE}-pc32-dragonfly
+ exit 0 ;;
*:FreeBSD:*:*)
# Determine whether the default compiler uses glibc.
eval $set_cc_for_build
patches/patch-ap
--- platforms/unix/config/config.sub.old 2006-04-05 19:40:24 +0200
+++ platforms/unix/config/config.sub 2009-04-13 12:28:45 +0200
@@ -1106,7 +1106,7 @@
| -aos* \
| -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
| -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
- | -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -riscix* \
+ | -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -dragonfly* | -riscix* \
| -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
    (1-1/1)