From 3d92cdfb5ccff91f3db1b43585c511ecb5c74bb8 Mon Sep 17 00:00:00 2001 From: Bill Date: Mon, 20 Aug 2018 17:01:09 -0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.30.2