Skip to content
Snippets Groups Projects

[internal #0] makefile update patch to add -e -N to COMPILER_FLAGS to support new titan versions

12 files
+ 64
15
Compare changes
  • Side-by-side
  • Inline
Files
12
@@ -7,6 +7,9 @@
#// which accompanies this distribution, and is available at //
#// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html //
#///////////////////////////////////////////////////////////////////////////////
# if -e or -N compiler flag is supported, it is needed
comm_base_dir=`dirname $0`
sed -e '
s/SOLARIS8_LIBS = -lsocket -lnsl/SOLARIS8_LIBS = -lsocket -lnsl -lresolv/g
' <$1 >$2
' <$1 | "$comm_base_dir/../Variable/makefile_patch_compiler_flags.sh" >$2
Loading