mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: wmake rules for AMD (clang-based) compiler (#1627)
- not fully tested
This commit is contained in:
5
wmake/rules/General/Amd/link-c
Normal file
5
wmake/rules/General/Amd/link-c
Normal file
@ -0,0 +1,5 @@
|
||||
LINK_LIBS = $(cDBUG)
|
||||
|
||||
LINKLIBSO = $(cc) $(cARCH) -shared
|
||||
|
||||
LINKEXE = $(cc) $(cARCH) -Xlinker -z -Xlinker nodefs
|
||||
5
wmake/rules/General/Amd/link-c++
Normal file
5
wmake/rules/General/Amd/link-c++
Normal file
@ -0,0 +1,5 @@
|
||||
LINK_LIBS = $(c++DBUG) -Wl,--as-needed
|
||||
|
||||
LINKLIBSO = $(CC) $(c++FLAGS) -shared
|
||||
|
||||
LINKEXE = $(CC) $(c++FLAGS) -L$(FOAM_LIBBIN)/dummy -lPstream
|
||||
Reference in New Issue
Block a user