A couple things for the start of beos compatibility.

This commit is contained in:
theoddone33
2004-03-10 23:39:51 +00:00
parent 88c88c9000
commit 020465a4e3
2 changed files with 9 additions and 3 deletions

View File

@@ -32,6 +32,10 @@ case "$target" in
CFLAGS="$CFLAGS -D__LINUX__"
NFLAGS="$NFLAGS -D__LINUX__ -f elf -DELF"
;;
*-*-beos*)
CFLAGS="$CFLAGS -D__LINUX__ -D__BEOS__"
NFLAGS="$NFLAGS -D__LINUX__ -D__BEOS__ -f elf -DELF"
;;
*-*-*openbsd*)
CFLAGS="$CFLAGS -D__LINUX__ -D__FreeBSD__"
NFLAGS="$NFLAGS -D__LINUX__ -D__FreeBSD__ -D__OpenBSD__ -f aoutb"