We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50eef84 commit 30afe9bCopy full SHA for 30afe9b
GNUmakefile
@@ -107,8 +107,9 @@ ifeq ($(ARCH),ia32)
107
-mno-mmx
108
override LDFLAGS += \
109
-m elf_i386
110
- override NASMFLAGS += \
111
- -f elf32
+ override NASMFLAGS := \
+ -f elf32 \
112
+ $(NASMFLAGS)
113
endif
114
ifeq ($(ARCH),x86_64)
115
ifeq ($(CC_IS_CLANG),1)
@@ -125,8 +126,9 @@ ifeq ($(ARCH),x86_64)
125
126
-mno-red-zone
127
128
-m elf_x86_64
129
- -f elf64
130
+ -f elf64 \
131
132
133
134
# Internal linker flags that should not be changed by the user.
0 commit comments