mirror of
https://github.com/proski/madwifi
synced 2024-11-22 14:31:22 +03:00
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
This commit is contained in:
parent
ea868797b6
commit
18178f002d
@ -193,7 +193,7 @@ LDFLAGS += $(LDOPTS)
|
|||||||
# Filter out compiler options that are not supported by all compilers
|
# Filter out compiler options that are not supported by all compilers
|
||||||
# and that are not needed to ensure compatible architecture and calling
|
# and that are not needed to ensure compatible architecture and calling
|
||||||
# conventions.
|
# 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
|
# The following variables will affect developers only, and are used in the
|
||||||
|
Loading…
Reference in New Issue
Block a user