CONFIG: adjust settings for solaris and darwin

solaris:
  - rename WM_ARCH from SunOS to solaris64 for consistency with wmake/rules
  - drop non-64 solaris from wmake/rules
  - remove automatic selection of FJMPI. This should be done in the bashrc
    or prefs.sh file instead.
  - remove old (likely inaccurate) exported flags, rely on wmake -show-xyz
    or user config instead

darwin:
  - remove '-Ddarwin' from the exported WM_CFLAGS, WM_CXXFLAGS.
    Not used elsewhere (ThirdParty)
This commit is contained in:
Mark Olesen
2019-04-12 11:06:45 +02:00
committed by Andrew Heather
parent 0a23ad3944
commit 09cf9d9963
15 changed files with 10 additions and 81 deletions

View File

@ -34,8 +34,8 @@ Gcc70)
Gcc48u)
# Example of using the system GCC 4.8 in Ubuntu 15.10. Keep in mind you
# will also need to create the respective directory in "wmake/rules"
export WM_CC='gcc-4.8'
export WM_CXX='g++-4.8'
export CC='gcc-4.8'
export CXX='g++-4.8'
;;
esac