2008-07-02 20:56 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* make_gcc.sh
* make_gnu.sh
+ Added Darwin to architecure autodetection.
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2008-07-02 20:56 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
|
||||
* make_gcc.sh
|
||||
* make_gnu.sh
|
||||
+ Added Darwin to architecure autodetection.
|
||||
|
||||
2008-07-02 20:00 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/contrib/hbgf/Makefile
|
||||
* do not include dir.cf when there is no platform dependent
|
||||
|
||||
@@ -19,6 +19,7 @@ if [ -z "$HB_ARCHITECTURE" ]; then
|
||||
*os/2*) hb_arch="os2" ;;
|
||||
*dos) hb_arch="dos" ;;
|
||||
*bsd) hb_arch="bsd" ;;
|
||||
*darwin) hb_arch="darwin" ;;
|
||||
esac
|
||||
fi
|
||||
export HB_ARCHITECTURE="$hb_arch"
|
||||
|
||||
@@ -22,8 +22,9 @@ if [ -z "$HB_ARCHITECTURE" ]; then
|
||||
hb_arch=`uname -s | tr -d "[-]" | tr '[A-Z]' '[a-z]' 2>/dev/null`
|
||||
case "$hb_arch" in
|
||||
*windows*|*mingw32*|msys*) hb_arch="w32" ;;
|
||||
*dos) hb_arch="dos" ;;
|
||||
*bsd) hb_arch="bsd" ;;
|
||||
*dos) hb_arch="dos" ;;
|
||||
*bsd) hb_arch="bsd" ;;
|
||||
*darwin) hb_arch="darwin" ;;
|
||||
esac
|
||||
fi
|
||||
export HB_ARCHITECTURE="$hb_arch"
|
||||
|
||||
Reference in New Issue
Block a user