[gnu.emacs.bug] 18.54: src/m-sun386.h and linking X11

peck@SUN.COM (Jeff Peck) (08/24/89)

 src/m-sun386.h redefines   C_SWITCH_MACHINE and LD_SWITCH_MACHINE
 which means it lose the default X11 links set by ymakefile.
While not necessarily a bug, it does make multi architecture builds asymetrical
What is the correct way to fix this?
  should one modify m-sun386, or is there something one can do in config.h?

! #define C_SWITCH_MACHINE -Bstatic       /* avoid dynamic linking */
! #define LD_SWITCH_MACHINE -n -Bstatic