diff options
| author | Rob Arnold <[email protected]> | 2011-02-09 10:23:07 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-02-09 11:37:10 -0800 |
| commit | 6466795a70df56f89405df1ed438c8f8b58fed3a (patch) | |
| tree | 954e677bb8b3016fda54357dc3ea1ddb951612b2 /src/boot/util | |
| parent | Add FreeBSD support in the Makefile (diff) | |
| download | rust-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.ml | 1 |
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 = |