Page MenuHome GnuPG

gpgrt-config Gentoo/Fedora/Arch/Slackware-style multilib support
Closed, ResolvedPublic

Description

Having lib, lib32, and lib64... it's better to be friendly to such use case.

IIUC, here are some info:

  • they (will) use <host_alias>-gpgrt-config script
  • in configure, CC is cc or gcc with no <host_alias>- prefix

http://www.pilotlogic.com/sitejoom/index.php/wiki?id=398

(I feel the terminology "multilib" is not that accurate (i.e., it's confusing GNU toolchain's multilib) )

Event Timeline

I need more information:

  • where is pkg-config path for <host_alias>? How is it determined?
    • 32-bit: /lib or /lib32?
    • 64-bit: /lib or /lib64?
    • something like x32: where???

I consider:

  • Single gpgrt-config is better (and simpler)
  • new option --for-host=<host_alias>? (--host is already used for query for host)
  • update *.m4 using this new option to provide host information to determine the path
gniibe renamed this task from gpgrt-config Gentoo/Fedora-style multilib support to gpgrt-config Gentoo/Fedora/Arch/Slackware-style multilib support.Oct 26 2018, 1:46 PM
gniibe updated the task description. (Show Details)
gniibe updated the task description. (Show Details)
gniibe changed the task status from Open to Testing.Oct 29 2018, 5:50 AM

I decided to change gpgrt-config to have --libdir option.
By supplying libdir directly, it's no need anymore to detect the directory by CC variable.
gpg-error.m4 is also updated.