summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-12-22 18:52:12 +0000
committerEric Andersen <andersen@codepoet.org>2004-12-22 18:52:12 +0000
commit4a56d69f1e77a362a51255c125d471fb468f9517 (patch)
treeac732e2023e9d7e1a688ef65bf771ad5755a43ab /Rules.mak
parent05d9958f685e3f0c51be4f1128348645451e51fb (diff)
Patch from Peter S. Mazinger to consistantly use "ASFLAGS"
as the flags for all calls to 'as'
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rules.mak b/Rules.mak
index 2b804b404..b7b4df385 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -272,6 +272,8 @@ ifeq ($(DOPIC),y)
CFLAGS += $(PICFLAG)
endif
+ASFLAGS = $(CFLAGS)
+
LIBGCC_CFLAGS ?= $(CFLAGS) $(CPU_CFLAGS-y)
LIBGCC:=$(shell $(CC) $(LIBGCC_CFLAGS) -print-libgcc-file-name)
LIBGCC_DIR:=$(dir $(LIBGCC))