=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/share/mk/bsd.own.mk,v retrieving revision 1.134 retrieving revision 1.135 diff -u -r1.134 -r1.135 --- src/share/mk/bsd.own.mk 2013/01/31 23:35:02 1.134 +++ src/share/mk/bsd.own.mk 2013/02/02 13:38:41 1.135 @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.134 2013/01/31 23:35:02 miod Exp $ +# $OpenBSD: bsd.own.mk,v 1.135 2013/02/02 13:38:41 miod Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -22,7 +22,7 @@ # Set `DEBUGLIBS' to `yes' to build libraries with debugging symbols DEBUGLIBS?= no # Set toolchain to be able to know differences. -.if ${MACHINE_ARCH} == "m68k" || ${MACHINE_ARCH} == "vax" +.if ${MACHINE_ARCH} == "vax" ELF_TOOLCHAIN?= no .else ELF_TOOLCHAIN?= yes @@ -149,13 +149,6 @@ PICFLAG?=-fPIC .else PICFLAG?=-fpic -. if ${MACHINE_ARCH} == "m68k" -# Function CSE makes gas -k not recognize external function calls as lazily -# resolvable symbols, thus sometimes making ld.so report undefined symbol -# errors on symbols found in shared library members that would never be -# called. Ask niklas@openbsd.org for details. -PICFLAG+=-fno-function-cse -. endif .endif .if ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64"