qbe

Internal scc patchset buffer for QBE
Log | Files | Refs | README | LICENSE

commit f2f9e156ca5a19be76862a1f383fda3f2e14326d
parent 865964706f9c3f4f564849589b8cc1bada970569
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Tue,  5 Apr 2016 17:47:42 -0400

default to gnu gas format

Diffstat:
MMakefile | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -27,8 +27,7 @@ obj/main.o: config.h config.h: @case `uname` in \ *Darwin*) echo "#define Defaultasm Gasmacho" ;; \ - *Linux*) echo "#define Defaultasm Gaself" ;; \ - *FreeBSD*) echo "#define Defaultasm Gaself" ;; \ + *) echo "#define Defaultasm Gaself" ;; \ esac > $@ clean: