GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/crossdev.git
bug_642604
master
CrossDev
Crossdev <crossdev@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
wrappers
Commit message (
Expand
)
Author
Age
Files
Lines
*
wrappers/README: update config.site path
20240504
Sam James
2024-05-04
1
-1
/
+1
*
wrappers: mipsel-linux-gnu: fix ac_cv_type_uid_t cache value
20240209
Sam James
2024-02-09
1
-1
/
+1
*
cross-{ebuild,emerge}: improve error message for missing SYSROOT
Sam James
2024-01-08
2
-2
/
+12
*
wrapper/etc/portage/make.conf: Remove -pam
Ian Jordan
2023-12-12
1
-1
/
+1
*
cross-pkg-config: Set PKG_CONFIG_FDO_SYSROOT_RULES=1
Matt Turner
2023-10-15
1
-0
/
+3
*
cross-pkg-config: Properly set PKG_CONFIG_SYSTEM_*_PATH variables
20230923
James Le Cuirot
2023-09-23
1
-1
/
+3
*
Support standalone LLVM/Clang as crosscompiler
Alfred Persson Forsberg
2023-08-22
2
-0
/
+21
*
Avoid calling portageq from Makefile
20230616
Mike Gilbert
2023-06-16
2
-4
/
+3
*
wrappers: fix mipsel-linux-gnu cache vars for *sys_siglist
20230209
Sam James
2023-02-09
1
-3
/
+3
*
config.site: Fix tzset in Python with autoconf override
20221227
James Le Cuirot
2022-12-27
1
-0
/
+3
*
cross-pkg-config: Rework to properly support prefix
James Le Cuirot
2022-12-27
1
-36
/
+51
*
wrappers: Actually set PKGDIR to /var/cache/binpkgs
20220909
Jakov Smolić
2022-09-09
1
-1
/
+1
*
wrappers/Makefile: fix weird double spaces
20220818
Alfred Persson Forsberg
2022-08-18
1
-1
/
+1
*
wrappers/cross-ebuild: new file
Alfred Persson Forsberg
2022-08-18
2
-1
/
+42
*
site: add linux-musl
20220617
Sam James
2022-06-17
1
-0
/
+4
*
wrappers: use /var/cache/binpkgs as PKGDIR
Sam James
2022-05-03
1
-1
/
+1
*
wrappers: use /var/db/repos/local in commented out example PORTDIR_OVERLAY
Sam James
2022-05-03
1
-1
/
+1
*
cross-pkg-config: allow basic options for $1
Mike Frysinger
2022-01-13
1
-0
/
+11
*
cross-pkg-config: drop old version check
Mike Frysinger
2022-01-13
1
-4
/
+0
*
wrappers: fix typo in ebuild wrapper
Mike Frysinger
2021-11-26
1
-1
/
+1
*
wrappers: drop HOSTCC setting
Mike Frysinger
2021-10-27
1
-2
/
+0
*
wrappers: add an ebuild helper too
Mike Frysinger
2021-10-27
1
-1
/
+1
*
crossdev, emerge-wrapper: request EAPI=7 on eclass imports
David Seifert
2021-06-21
1
-1
/
+1
*
wrappers/emerge-wrapper: fail crossdev setup when toolchain-funcs.eclass sour...
Sergei Trofimovich
2021-06-21
1
-1
/
+3
*
cross-pkg-config: Respect PKG_CONFIG_SYSROOT_DIR if its already set
James Le Cuirot
2021-01-17
1
-1
/
+2
*
wrappers/emerge-wrapper: drop population of profile/package.provided
Sergei Trofimovich
2019-08-30
1
-10
/
+0
*
cross-emerge: Default to using no prefix
James Le Cuirot
2019-07-21
1
-7
/
+8
*
wrappers: tweak rarning message to contain config file paths
Sergei Trofimovich
2019-07-12
1
-1
/
+1
*
emerge-wrapper: pin bare-metal targets to LIBC=newlib
Palmer Dabbelt
2019-03-18
1
-0
/
+1
*
emerge-wrapper: declare KERNEL=Winnt for *mingw* targets, bug #594576
Sergei Trofimovich
2019-03-11
1
-0
/
+1
*
Switch from sys-libs/uclibc to sys-libs/uclibc-ng package.
Sergei Trofimovich
2018-12-02
1
-1
/
+1
*
config.site add support for /etc/ overrides
Sergei Trofimovich
2018-10-20
3
-1
/
+12
*
wrappers/Makefile: rename TOPDIR to SITEDIR
Sergei Trofimovich
2018-10-20
2
-6
/
+6
*
Makefile: avoid '//' when PREFIX is not set
Sergei Trofimovich
2018-10-20
1
-11
/
+11
*
wrappers: use @TOPDIR@ and @PREFIX@ instead of __TOPDIR__ and __PREFIX__
Sergei Trofimovich
2018-10-20
3
-5
/
+5
*
makefile: use ':' separator in set expressions consistently
Sergei Trofimovich
2018-10-20
1
-3
/
+3
*
Makefile: mangle files with sed at install phase
Sergei Trofimovich
2018-10-20
1
-3
/
+3
*
wrappers/Makefile: drop unused TOPDIR variable
Sergei Trofimovich
2018-10-20
1
-1
/
+0
*
wrappers: prevent use of wine to convert between path types
Marty E. Plummer
2018-07-31
2
-0
/
+3
*
wrappers: fix use.force flag overrides
Sergei Trofimovich
2018-04-05
1
-1
/
+2
*
wrappers: create profile/ and override ARCH, LIBC and KERNEL there
Sergei Trofimovich
2018-04-05
4
-7
/
+29
*
emerge-wrapper: add a note that 'package.provided' are normally incomplete
Sergei Trofimovich
2018-04-05
1
-0
/
+1
*
cross-emerge: fix empty EPREFIX handling, bug #650100
Sergei Trofimovich
2018-03-24
1
-1
/
+1
*
cross-emerge: tweak EPREFIX handling to be POSIX sh, bug #650100
Sergei Trofimovich
2018-03-10
1
-1
/
+1
*
site/linux: move bash_cv_job_control_missing=present from linux-gnu
Sergei Trofimovich
2017-12-31
2
-1
/
+3
*
sire/linux: remove gl_cv_func_re_compile_pattern_working=yes from musl
Sergei Trofimovich
2017-12-31
3
-1
/
+10
*
wrappers/emerge-wrapper: add ELIBC=Cygwin autodetection
Sergei Trofimovich
2017-12-30
1
-0
/
+1
*
wrappers/emerge-wrapper: add ELIBC=musl autodetection
Sergei Trofimovich
2017-12-30
1
-0
/
+1
*
prefixify build system and scripts.
XU Benda
2016-06-25
4
-3
/
+11
*
config.site: add musl libc support
Andrew Wilcox
2016-06-02
1
-0
/
+1
[next]