summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-04-05 17:47:42 -0400
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-04-05 17:47:42 -0400
commitf2f9e156ca5a19be76862a1f383fda3f2e14326d (patch)
treed972ef65c62c82eae09efe37ad7deed9f22a59cd /Makefile
parent865964706f9c3f4f564849589b8cc1bada970569 (diff)
downloadroux-f2f9e156ca5a19be76862a1f383fda3f2e14326d.tar.gz
default to gnu gas format
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c442f0a..935cb95 100644
--- 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: