a libraries paths
commit7ed43415380ec6270e53c0ed3f42e5cb99df1f6e
authorseyko <seyko2@gmail.com>
Wed, 4 Mar 2015 07:57:13 +0000 (4 10:57 +0300)
committerseyko <seyko2@gmail.com>
Wed, 4 Mar 2015 07:57:13 +0000 (4 10:57 +0300)
tree4e8997cf359a8a829f6deac4116420f41fa3d403
parent7ec39e2288e2735ea5917c1bdb72bbee0ba21e7a
a libraries paths

    * x86_64-tcc: use /usr/lib64,.. instead of /usr/lib,..
    * don't set tcc_lddir="lib64" if cpu="x86"
    * put a definition of the CONFIG_LDDIR into config.h instead
      of the config.mak  Otherwise a "lib" string may be used by default.
      This is a usual case when building a x86_64-tcc (there was
      no -DCONFIG_LDDIR building this binary).

    * suppress -Wdeprecated-declarations for gcc which complain on malloc hooks
      in bcheck.c if glibc is quite new.
configure