Displaying 2 results from an estimated 2 matches for "process_substitution".
2019 Jan 25
2
How to generate .bc file using configure && make on Mac OS X?
Hi,
I use the following commands to compile a GNU package to .bc files on Linux.
./configure CC=clang RANLIB=llvm-ranlib CFLAGS=-flto
LDFLAGS=-Wl\,-plugin-opt=save-temps\ -flto\ -fuse-ld=gold
make
But since it uses ld.gold, it won't work on Mac OS X. Is there
something equivalent that works on Mac OS X? Thanks.
--
Regards,
Peng
2019 Jan 28
2
How to generate .bc file using configure && make on Mac OS X?
..."bash"
| #define PACKAGE_VERSION "5.0-release"
| #define PACKAGE_STRING "bash 5.0-release"
| #define PACKAGE_BUGREPORT "bug-bash at gnu.org"
| #define PACKAGE_URL ""
| #define ALIAS 1
| #define PUSHD_AND_POPD 1
| #define RESTRICTED_SHELL 1
| #define PROCESS_SUBSTITUTION 1
| #define PROMPT_STRING_DECODE 1
| #define SELECT_COMMAND 1
| #define HELP_BUILTIN 1
| #define ARRAY_VARS 1
| #define DPAREN_ARITHMETIC 1
| #define BRACE_EXPANSION 1
| #define COMMAND_TIMING 1
| #define EXTENDED_GLOB 1
| #define EXTGLOB_DEFAULT 0
| #define COND_COMMAND 1
| #define COND_REGEXP 1
|...