mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-12 00:00:06 +00:00
4 lines
155 B
Makefile
4 lines
155 B
Makefile
# The mpn functions need a #define for asm syntax flavor.
|
|
# Every i386 port in use uses gas syntax (I think).
|
|
asm-CPPFLAGS := $(asm-CPPFLAGS) -DGAS_SYNTAX
|