aboutsummaryrefslogtreecommitdiff
path: root/libgloss/config
AgeCommit message (Collapse)AuthorFilesLines
2022-02-09libgloss: convert top level to automakeMike Frysinger1-0/+3
The top level dir isn't doing anything interesting, just recursing into subdirs. So this change isn't terribly exciting. But it sets us up for doing more fun stuff in follow up commits. [TODO] Check test targets
2022-02-01libgloss: merge subdirs that have unique makefile_frags up a levelMike Frysinger1-1/+1
Merge the subdir configure scripts up that only existed to set unique values for their target/host makefile_frags.
2022-02-01libgloss: merge epiphany & libnosys & or1k configure scripts up a levelMike Frysinger1-1/+1
These subdirs have unique configure scripts to do some compiler tests. The checks should work for all targets, so hoist them up to the top libgloss dir. This should allow us to delete these subdir configure scripts. It means the top-level gains autoheader support, but that's fine. It wasn't exporting any defines previously (i.e. -D into CPPFLAGS), and all of the defines it now exports are only used by code in the libnosys subdir which was expecting to have a config.h.
2012-03-13libgloss: change 'q' flag to 'r' in ar callMichael Frysinger1-1/+1
The GNU ar has "q" aliased to "r", and we generally want this behavior anyways (replacing rather than always appending), so change our AR_FLAGS definition. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2010-08-23Fix location of this file to be where it was initially intended.Jeff Johnston1-0/+3
2000-03-1720000317 sourceware importRanjith Kumaran7-0/+193