]> git.pld-linux.org Git - packages/uClibc.git/blob - hash-style-detect.patch
Rel 38; try to workaround 'Your binutils do not support --hash-style option, while...
[packages/uClibc.git] / hash-style-detect.patch
1 --- uClibc-0.9.33.2/Rules.mak~  2022-04-22 10:04:03.000000000 +0200
2 +++ uClibc-0.9.33.2/Rules.mak   2022-04-22 10:08:16.933174949 +0200
3 @@ -170,7 +170,7 @@ check_as=$(shell \
4         if $(CC) -Wa,$(1) -Wa,-Z -c -o /dev/null -xassembler /dev/null > /dev/null 2>&1; \
5         then echo "-Wa,$(1)"; fi)
6  check_ld=$(shell \
7 -       if $(LD) $(1) -o /dev/null -b binary /dev/null > /dev/null 2>&1; \
8 +       if $(LD) $(1) -o /dev/null -b binary /dev/zero > /dev/null 2>&1; \
9         then echo "$(1)"; fi)
10  
11  # Use variable indirection here so that we can have variable
This page took 0.102096 seconds and 3 git commands to generate.