python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / tools / lc3tools / 0004-configure-use-cc.patch
blobcaaec220000832b76d28bf2859d0fafbc1b11a1b
1 diff --git a/configure b/configure
2 index dfc1b3e..55577af 100755
3 --- a/configure
4 +++ b/configure
5 @@ -18,7 +18,7 @@ esac
6 # Some binaries that we'll need, and the places that we might find them.
8 IFS=:
9 -binlist="uname:flex:gcc:wish:rm:cp:mkdir:chmod:sed"
10 +binlist="uname:flex:cc:wish:rm:cp:mkdir:chmod:sed"
11 pathlist=$PATH
12 libpathlist=$LIBS
13 incpathlist=$INCLUDES
14 @@ -109,7 +109,7 @@ fi
15 # Splice it all in to Makefile.def to create the Makefile.
17 rm -f Makefile
18 -sed -e "s __GCC__ $gcc g" -e "s __FLEX__ $flex g" -e "s __EXE__ $EXE g" \
19 +sed -e "s __GCC__ $cc g" -e "s __FLEX__ $flex g" -e "s __EXE__ $EXE g" \
20 -e "s*__OS_SIM_LIBS__*$OS_SIM_LIBS*g" -e "s __RM__ $rm g" \
21 -e "s __CP__ $cp g" -e "s __MKDIR__ $mkdir g" -e "s __CHMOD__ $chmod g" \
22 -e "s __USE_READLINE__ $USE_READLINE g" -e "s*__RLLPATH__*$RLLPATH*g" \