Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1fed74f

Browse files
committed
Support for Intel compiler on Linux
1 parent5369190 commit1fed74f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎src/include/storage/s_lock.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
6464
* Portions Copyright (c) 1994, Regents of the University of California
6565
*
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 $
6767
*
6868
*-------------------------------------------------------------------------
6969
*/
@@ -76,7 +76,7 @@
7676
#if defined(HAS_TEST_AND_SET)
7777

7878

79-
#if defined(__GNUC__)
79+
#if defined(__GNUC__)|| defined(__ICC)
8080
/*************************************************************************
8181
* All the gcc inlines
8282
*/

‎src/makefiles/Makefile.linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AROPT = crs
2-
export_dynamic = -export-dynamic
2+
export_dynamic = -Wl,-E
33
rpath = -Wl,-rpath,$(libdir)
44
shlib_symbolic = -Wl,-Bsymbolic
55
allow_nonpic_in_shlib = yes

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp