[Bug 193943] New: [dns/bind99] Does not understand '-march=native' when compiling using gcc49
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Sep 26 12:24:25 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193943
Bug ID: 193943
Summary: [dns/bind99] Does not understand '-march=native' when
compiling using gcc49
Product: Ports Tree
Version: Latest
Hardware: Any
OS: Any
Status: Needs Triage
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: mat at FreeBSD.org
Reporter: software-freebsd at interfasys.ch
Assignee: mat at FreeBSD.org
Flags: maintainer-feedback?(mat at FreeBSD.org)
Bind 9.9.6 does not compile
ld gets arch=native, but expects elf_x86_64_fbsd elf_i386_fbsd.
I'm not sure if it's a port or app problem.
End of the log
gcc49 -pthread -I/usr/ports/dns/bind99/work/bind-9.9.6
-I/usr/ports/dns/bind99/work/bind-9.9.6/lib/dns/include
-I../../../../lib/dns/include
-I/usr/ports/dns/bind99/work/bind-9.9.6/lib/isc/include -I../../../../lib/isc
-I../../../../lib/isc/include -I../../../../lib/isc/unix/include
-I../../../../lib/isc/pthreads/include -I../../../../lib/isc/x86_32/include
-I/usr/local/include -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-D_THREAD_SAFE -O2 -pipe -fdiagnostics-color=auto -Wl,-z,relro,-z,now
-D_FORTIFY_SOURCE=2 -ftracer -floop-interchange -floop-strip-mine -floop-block
-fuse-linker-plugin -flto=6 -ffat-lto-objects -march=native -DLIBICONV_PLUG
-fstack-protector-strong --param ssp-buffer-size=4 -fno-strict-aliasing
-I/usr/local/include/libxml2 -I/usr/include -fPIC -W -Wall
-Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith
-fno-strict-aliasing -fno-delete-null-pointer-checks -c driver.c
ld -O2 -pipe -fdiagnostics-color=auto -Wl,-z,relro,-z,now -D_FORTIFY_SOURCE=2
-ftracer -floop-interchange -floop-strip-mine -floop-block -fuse-linker-plugin
-flto=6 -ffat-lto-objects -march=native -DLIBICONV_PLUG
-fstack-protector-strong --param ssp-buffer-size=4 -fno-strict-aliasing
-Wl,-rpath=/usr/local/lib/gcc49 -rpath /usr/local/lib -fstack-protector
-Bshareable -x -o driver.so driver.o
ld: unrecognised emulation mode: arch=native
Supported emulations: elf_x86_64_fbsd elf_i386_fbsd
--- Comment #1 from Bugzilla Automation <bugzilla at FreeBSD.org> ---
Auto-assigned to maintainer mat at FreeBSD.org
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list