File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 63
63
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
64
64
* Portions Copyright (c) 1994, Regents of the University of California
65
65
*
66
- * $Id: s_lock.h,v 1.106 2003/04/20 21:54:34 tgl Exp $
66
+ * $Id: s_lock.h,v 1.107 2003/06/05 16:07:25 petere Exp $
67
67
*
68
68
*-------------------------------------------------------------------------
69
69
*/
76
76
#if defined(HAS_TEST_AND_SET )
77
77
78
78
79
- #if defined(__GNUC__ )
79
+ #if defined(__GNUC__ ) || defined( __ICC )
80
80
/*************************************************************************
81
81
* All the gcc inlines
82
82
*/
Original file line number Diff line number Diff line change 1
1
AROPT = crs
2
- export_dynamic = -export-dynamic
2
+ export_dynamic = -Wl,-E
3
3
rpath = -Wl,-rpath,$(libdir)
4
4
shlib_symbolic = -Wl,-Bsymbolic
5
5
allow_nonpic_in_shlib = yes
You can’t perform that action at this time.
0 commit comments