search for: 24bad07da14e

Displaying 1 result from an estimated 1 matches for "24bad07da14e".

2020 Jun 17
1
[PATCH] Kbuild for klibc and nfsmount: add -fcommon
.....83af8a253510 100644 --- a/usr/kinit/nfsmount/Kbuild +++ b/usr/kinit/nfsmount/Kbuild @@ -1,6 +1,7 @@ # # kbuild file for nfsmount # +EXTRA_KLIBCCFLAGS = -fcommon static-y := static/nfsmount #FIXME - build is broken static-y := dummypmap diff --git a/usr/klibc/Kbuild b/usr/klibc/Kbuild index 24bad07da14e..71b7582811a5 100644 --- a/usr/klibc/Kbuild +++ b/usr/klibc/Kbuild @@ -1,6 +1,7 @@ # # Kbuild file for klibc # +EXTRA_KLIBCCFLAGS = -fcommon # Tell that we are building klibc export klibc-build := y -- 2.25.0