Blame | Last modification | View Log | RSS feed
+MACHINE "freebsd-*-80x86"
+AS "/usr/bin/as -32"
+LD "/usr/bin/ld -eh-frame-hdr -dynamic-linker /libexec/ld-elf.so.1 --hash-style=both --enable-new-dtags -m elf_i386_fbsd"
+CC "/usr/bin/cc"
+CRT0 "/usr/lib32/crt1.o /usr/lib32/crti.o /usr/lib32/crtbegin.o"
+CRT1 ""
+CRTN "/usr/lib32/crtend.o /usr/lib32/crtn.o"
+SYS_LIBC "-L/usr/lib32 -lc"