From 18178f002d38e72391ec95b18e11f6e595c3f30f Mon Sep 17 00:00:00 2001 From: proski Date: Fri, 23 Nov 2007 06:31:11 +0000 Subject: [PATCH] Filter out -mapcs-32, it's not universally supported git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2929 0192ed92-7a03-0410-a25b-9323aeb14dbd --- Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc b/Makefile.inc index 9a911b3..4dadc3e 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -193,7 +193,7 @@ LDFLAGS += $(LDOPTS) # Filter out compiler options that are not supported by all compilers # and that are not needed to ensure compatible architecture and calling # conventions. -COPTS := $(filter-out -mshort-load-bytes,$(COPTS)) +COPTS := $(filter-out -mshort-load-bytes -mapcs-32,$(COPTS)) # The following variables will affect developers only, and are used in the -- 2.35.1