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/fe/cexp.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/boot/fe') diff --git a/src/boot/fe/cexp.ml b/src/boot/fe/cexp.ml index 56f3e878..0f216fc2 100644 --- a/src/boot/fe/cexp.ml +++ b/src/boot/fe/cexp.ml @@ -628,6 +628,7 @@ let parse_crate_file let (os, arch, libc) = match sess.Session.sess_targ with Linux_x86_elf -> ("linux", "x86", "libc.so.6") + | FreeBSD_x86_elf -> ("freebsd", "x86", "libc.so.7") | Win32_x86_pe -> ("win32", "x86", "msvcrt.dll") | MacOS_x86_macho -> ("macos", "x86", "libc.dylib") in -- cgit v1.2.3