Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add host-triplet aliasing feature to mkheader. | Werner Koch | 2015-03-06 | 1 | -23/+0 |
| | | | | | | | | | | | | | | * src/Makefile.am (lock_obj_pub): Rename i586-pc-linux-gnu to i686-pc-linux-gnu. Remove i486-pc-linux-gnu. * src/mkheader.c (canon_host_triplet): New. (main): Use it. -- config.sub does not map i{4,5,6}86-pc-linux-gnu to one common triplet. However, they all use the same ABI and thus we do not need several versions of the syscfg files. Signed-off-by: Werner Koch <[email protected]> | ||||
* | add lock-obj for new arch triplet for x86 | Daniel Kahn Gillmor | 2014-10-23 | 1 | -0/+23 |
* src/sysconfig/lock-obj-pub.i586-pc-linux-gnu.h: New. -- Helmut Grohne writes: Observe that the detected GNU triplet is now i586-pc-linux-gnu (gcc bumped it from i486-pc-linux-gnu recently), so the corresponding lock obj header in the syscfg folder needs to be moved or linked. Debian-Bug-Id: 764881 |