aboutsummaryrefslogtreecommitdiff
path: root/src/boot/util
diff options
context:
space:
mode:
authorRob Arnold <[email protected]>2011-02-09 10:23:07 -0800
committerGraydon Hoare <[email protected]>2011-02-09 11:37:10 -0800
commit6466795a70df56f89405df1ed438c8f8b58fed3a (patch)
tree954e677bb8b3016fda54357dc3ea1ddb951612b2 /src/boot/util
parentAdd FreeBSD support in the Makefile (diff)
downloadrust-6466795a70df56f89405df1ed438c8f8b58fed3a.tar.xz
rust-6466795a70df56f89405df1ed438c8f8b58fed3a.zip
Add FreeBSD_x86_elf target to rustboot
Diffstat (limited to 'src/boot/util')
-rw-r--r--src/boot/util/common.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/util/common.ml b/src/boot/util/common.ml
index f9b18246..c76da0de 100644
--- a/src/boot/util/common.ml
+++ b/src/boot/util/common.ml
@@ -56,6 +56,7 @@ type target =
Linux_x86_elf
| Win32_x86_pe
| MacOS_x86_macho
+ | FreeBSD_x86_elf
;;
type ty_mach =