From: Bill Date: Tue, 21 Aug 2018 00:01:09 +0000 (-0700) Subject: Update README.md X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3d92cdfb5ccff91f3db1b43585c511ecb5c74bb8;p=sfpy.git Update README.md --- diff --git a/README.md b/README.md index 673d640..8b0714c 100644 --- a/README.md +++ b/README.md @@ -118,9 +118,9 @@ The Makefiles used to build the static libraries need a few small tweaks to make sure that all the right flags are given to gcc. The changes are shown in the following diffs. -SoftPosit/build/Linux-x86_64/Makefile +`SoftPosit/build/Linux-x86_64/Makefile` -``` +```diff diff --git a/build/Linux-x86_64-GCC/Makefile b/build/Linux-x86_64-GCC/Makefile index 4409e43..46bb877 100644 --- a/build/Linux-x86_64-GCC/Makefile @@ -139,9 +139,9 @@ index 4409e43..46bb877 100644 MAKELIB = ar crs $@ ``` -berkeley-softfloat-3/build/Linux-x86_64/Makefile +`berkeley-softfloat-3/build/Linux-x86_64/Makefile` -``` +```diff diff --git a/build/Linux-x86_64-GCC/Makefile b/build/Linux-x86_64-GCC/Makefile index 2ee5dad..b175964 100644 --- a/build/Linux-x86_64-GCC/Makefile