parsav  Diff

Differences From Artifact [7f20717fa4]:

To Artifact [38a172298b]:


     1      1   # being extremely paranoid here, but there's some vague plans to get nix
     2      2   # shit working under BSD kernels, so we may as well future-proof the thing
     3         -.if defined(NIX_STORE) || defined(NIX_PATH)
     4         -    l-glibc-path != nix path-info nixos.glibc
     5         -	rt-path = $(l-glibc-path)/lib
     6         -.endif
            3  +# .if defined(NIX_STORE) || defined(NIX_PATH)
            4  +#     l-glibc-path != nix path-info nixos.glibc
            5  +# 	rt-path = $(l-glibc-path)/lib
            6  +# .endif
            7  +# hahaaaa they broke nix path-info
     7      8   
     8      9   rt-path ?= /usr/lib
     9     10   runtime = $(rt-path)/crt1.o \
    10     11   		  $(rt-path)/crti.o \
    11     12   		  $(rt-path)/crtbegin.o \
    12     13   		  $(rt-path)/crtend.o \
    13     14   		  $(rt-path)/crtn.o
    14     15   
    15     16   .include <makefile>