search for: program_prefix

Displaying 4 results from an estimated 4 matches for "program_prefix".

2001 Oct 16
6
program-prefix does not work
...ot;$(SSH_PROGRAM)\" \ -D_PATH_SSH_ASKPASS_DEFAULT=\"$(ASKPASS_PROGRAM)\" \ -D_PATH_SFTP_SERVER=\"$(SFTP_SERVER)\" \ ! -D_PATH_SSH_PIDDIR=\"$(piddir)\" CC=@CC@ LD=@LD@ --- 12,31 ---- piddir=@piddir@ srcdir=@srcdir@ top_srcdir=@top_srcdir@ + program_prefix=@program_prefix@ DESTDIR= VPATH=@srcdir@ ! SSH_PROGRAM=@bindir@/$(program_prefix)ssh ! ASKPASS_PROGRAM=$(libexecdir)/$(program_prefix)ssh-askpass ! SFTP_SERVER=$(libexecdir)/$(program_prefix)sftp-server PATHS= -DETCDIR=\"$(sysconfdir)\" \ -D_PATH_SSH_PROGRAM=\"$(SSH_PR...
2012 Sep 26
1
[LLVMdev] Add --program-prefix support with AC_CANONICAL_TARGET override.
...e to change the behavior of program-prefix to it's normal behavior when AC_CANONICAL_TARGET is not specified. Meaning --program-prefix can only be set from the configure command line. --- background LLVM autoconf/configure.ac uses the AC_CANONICAL_TARGET. This rule adds a test that can set program_prefix=target if --program-prefix is not specified on the configure line. test -n "$target_alias" && test "$program_prefix$program_suffix$program_transform_name" = \ NONENONEs,x,x, && program_prefix=${target_alias}-[]dnl ./configure --target=blah results in...
2016 Jan 27
2
cmake: program name prefix?
...said: >You also need changes to llc, opt (and any other tools you >want) so that they read the target triple from their names. > Chris' reply assumes that the prefix string must be a target triple and thus should be parsed by tools. It might be easier to do a halfway step: provide a PROGRAM_PREFIX option, but not require that the prefix string correspond to a target triple descriptor string. This sounds like it would also satisfy Krzysztof's use case (as "hexagon-" is not a target triple specifier anyway) and it would satisfy mine too. I am curious, would the project be inter...
2008 Feb 10
0
[LLVMdev] semicolon breaking builds on llvm-gcc4.2 cygwin build for arm target 2.2prerelease2
...by --srcdir appearing before --program-transform-name in the generated invocations of configure. It might to be related these lines in the top level configure which contain said semicolon: - if test "$program_transform_name" = s,x,x,; then - program_transform_name="*s,^,${program_prefix},; * $program_transform_name" - program_transform_name="*s,\$\$,${program_suffix},;*$program_transform_name" Here is an example from *config.log * for* llvm-gcc4.2-2.2.source/** host-i686-pc-cygwin/gcc* (fixincludes, libiberty and intl already were 'fixed' per my &...