multiarch & base dir

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

Commit 85e2e2a25 "Add support for multiarch system header files"
added for GCC's multiarch directory. One of the change was :
+       /* add the multiarch include directories, if any */
+       if (multiarch_dir && *multiarch_dir) {
+               add_pre_buffer("#add_system \"/usr/include/%s\"\n", multiarch_dir);
+               add_pre_buffer("#add_system \"/usr/local/include/%s\"\n", multiarch_dir);
+       }


There, the multiarch dir is appended to /usr/include & /usr/local/include.
I'm wondering if using GCC_BASE should be used here instead.
Any thoughts?


Best regards,
-- Luc
--
To unsubscribe from this list: send the line "unsubscribe linux-sparse" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Newbies FAQ]     [LKML]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Trinity Fuzzer Tool]

  Powered by Linux