From 6466795a70df56f89405df1ed438c8f8b58fed3a Mon Sep 17 00:00:00 2001 From: Rob Arnold Date: Wed, 9 Feb 2011 10:23:07 -0800 Subject: Add FreeBSD_x86_elf target to rustboot --- src/boot/util/common.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/boot/util') 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 = -- cgit v1.2.3