summaryrefslogtreecommitdiff
path: root/libiberty/config.table
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-27 17:45:52 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-27 17:45:52 +0000
commit4d0cfb7e8b8871d4ff48a26f807a2c80570fe48f (patch)
tree5bbe710f0cbb1ee8f863137e230b1b3ebca95869 /libiberty/config.table
parent24d9c0f4383f788cf140bb972c9464aea17720a6 (diff)
downloadgcc-4d0cfb7e8b8871d4ff48a26f807a2c80570fe48f.tar.gz
* alloca-conf.h (alloca) [C_ALLOCA]: Don't use Gcc builtin
or <alloca.h>. * clock.c (GNU_HZ): New definition. (clock): Use it. * getruntime.c: Likewise. * config.table: Use mh-beos. * config/mh-beos: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29680 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/config.table')
-rw-r--r--libiberty/config.table1
1 files changed, 1 insertions, 0 deletions
diff --git a/libiberty/config.table b/libiberty/config.table
index 248aa13ae29..814c9eb1d9b 100644
--- a/libiberty/config.table
+++ b/libiberty/config.table
@@ -6,6 +6,7 @@ case "${host}" in
*-*-freebsd2.2.[012]) frag=mh-fbsd21 ;;
i370-*-opened*) frag=mh-openedition ;;
i[345]86-*-windows*) frag=mh-windows ;;
+ *-*-beos*) frag=mh-beos ;;
esac
frags=$frag