File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ when we being using newer versions of glibc.
15
15
CFLAGS-.oS = $(CFLAGS-.o) $(PIC-ccflag)
16
16
+
17
17
+ # Map Guix store paths to /usr
18
- + CFLAGS-.oS += `find /gnu/store -maxdepth 1 -mindepth 1 -type d -exec echo -n " -fdebug -prefix-map={}=/usr" \;`
18
+ + CFLAGS-.oS += `find /gnu/store -maxdepth 1 -mindepth 1 -type d -exec echo -n " -ffile -prefix-map={}=/usr" \;`
19
19
+
20
20
CPPFLAGS-.oS = $(CPPFLAGS-.o) -DPIC -DLIBC_NONSHARED=1
21
21
libtype.oS = lib%_nonshared.a
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ when we being using newer versions of glibc.
15
15
CFLAGS-.o = $(filter %frame-pointer,$(+cflags)) $(pie-default)
16
16
+
17
17
+ # Map Guix store paths to /usr
18
- + CFLAGS-.o += `find /gnu/store -maxdepth 1 -mindepth 1 -type d -exec echo -n " -fdebug -prefix-map={}=/usr" \;`
18
+ + CFLAGS-.o += `find /gnu/store -maxdepth 1 -mindepth 1 -type d -exec echo -n " -ffile -prefix-map={}=/usr" \;`
19
19
+
20
20
libtype.o := lib%.a
21
21
object-suffixes += .o
You can’t perform that action at this time.
0 commit comments