-
- Downloads
CONFIG: add Gcc rules for MacOS (darwin)
- /usr/bin/{gcc,g++} normally just symlinks to clang/clang++ and may have unknown default flags. For a gcc toolchain, it would be better to use a homebrew installation. For these cases, the compiler will need to be specified with version=.. in WM_COMPILE_CONTROL. For example, with "version=14", to select gcc-14, g++-14 from the homebrew installation. - needs a slight hack for locating the FlexLexer.h header. Added into src/OSspecific/POSIX similar to how it is handled in src/OSspecific/MSwindows CONFIG: add simple config/detection support for libumpire (Linux)
Showing
- etc/config.csh/settings 20 additions, 9 deletionsetc/config.csh/settings
- etc/config.sh/settings 17 additions, 9 deletionsetc/config.sh/settings
- etc/config.sh/umpire 30 additions, 0 deletionsetc/config.sh/umpire
- src/OSspecific/POSIX/Allwmake 47 additions, 1 deletionsrc/OSspecific/POSIX/Allwmake
- wmake/rules/darwin64/link-c 11 additions, 0 deletionswmake/rules/darwin64/link-c
- wmake/rules/darwin64/link-c++ 13 additions, 0 deletionswmake/rules/darwin64/link-c++
- wmake/rules/darwin64/link-no-path-c++ 13 additions, 0 deletionswmake/rules/darwin64/link-no-path-c++
- wmake/rules/darwin64/link-rpath-c++ 4 additions, 1 deletionwmake/rules/darwin64/link-rpath-c++
- wmake/rules/darwin64/rpath 2 additions, 0 deletionswmake/rules/darwin64/rpath
- wmake/rules/darwin64Clang/c 2 additions, 5 deletionswmake/rules/darwin64Clang/c
- wmake/rules/darwin64Clang/c++ 2 additions, 10 deletionswmake/rules/darwin64Clang/c++
- wmake/rules/darwin64Gcc/c 23 additions, 0 deletionswmake/rules/darwin64Gcc/c
- wmake/rules/darwin64Gcc/c++ 27 additions, 0 deletionswmake/rules/darwin64Gcc/c++
- wmake/rules/darwin64Gcc/general 16 additions, 0 deletionswmake/rules/darwin64Gcc/general
- wmake/scripts/have_umpire 169 additions, 0 deletionswmake/scripts/have_umpire
Loading
Please register or sign in to comment