comparison src/s/openbsd.h @ 73557:42f110ee25ea

Tweak last fix.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 30 Oct 2006 23:05:35 +0000
parents ebdf9d25121d
children 8a39f8452a5b 02cf29720f31
comparison
equal deleted inserted replaced
73556:ebdf9d25121d 73557:42f110ee25ea
25 is necessary, otherwise Emacs dumps core on elf systems. */ 25 is necessary, otherwise Emacs dumps core on elf systems. */
26 #define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp -Z -L/usr/pkg/lib -L/usr/local/lib 26 #define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp -Z -L/usr/pkg/lib -L/usr/local/lib
27 27
28 #else 28 #else
29 29
30 #define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp 30 #define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp -L/usr/pkg/lib -L/usr/local/lib
31 31
32 #endif 32 #endif
33 33
34 /* arch-tag: 7e3f65ca-3f48-4237-933f-2b208b21e8e2 34 /* arch-tag: 7e3f65ca-3f48-4237-933f-2b208b21e8e2
35 (do not change this comment) */ 35 (do not change this comment) */