From 216492458a5c42840e5ac4392d848ce8b73a26a7 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 20 Nov 2020 15:25:59 +0000 Subject: Added LICENSE FossilOrigin-Name: 1c7e62e889846a9e3d9864f3e06458c3ba4fa42f --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c9eb7ef..fa1f5d7 100644 --- a/Makefile +++ b/Makefile @@ -28,9 +28,9 @@ SRCS += ${SRCS_DIR}u_strlen.S OBJS = ${SRCS:.S=.o} -AS = yasm -ASFLAGS = -felf64 -ASFLAGS += -pgas +AS = as +# ASFLAGS = -felf64 +# ASFLAGS += -pgas CC = cc -- cgit v1.2.3