diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-06-30 06:57:46 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-06-30 06:57:46 +0000 |
commit | 9d875d11bd7edc8936ee3581a927248141529ab5 (patch) | |
tree | f6fa7b41591152494564d13984f3fb0da45ea711 /xserver/configure | |
parent | 0bc824172a8b9b716503313bfb1a3790faee9c33 (diff) |
regen
Diffstat (limited to 'xserver/configure')
-rw-r--r-- | xserver/configure | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/xserver/configure b/xserver/configure index 819452f53..923f560f9 100644 --- a/xserver/configure +++ b/xserver/configure @@ -31443,7 +31443,14 @@ echo "$as_me: error: Perl is required to build the XFree86/Xorg DDX." >&2;} fi case $host_os in openbsd*) - LD_EXPORT_SYMBOLS_FLAG="-Wl,--export-dynamic" + case $host_cpu in + m68k|m88k|vax) + LD_EXPORT_SYMBOLS_FLAGS="" + ;; + *) + LD_EXPORT_SYMBOLS_FLAG="-Wl,--export-dynamic" + ;; + esac ;; esac |