Merge commit 'refs/top-bases/top' into top
This commit is contained in:
commit
01c5f54ff7
|
@ -207,7 +207,7 @@ AM_CFLAGS = -Wall -Wstrict-prototypes -fno-strict-aliasing -Werror \
|
||||||
atomic_SOURCE = atomic.c
|
atomic_SOURCE = atomic.c
|
||||||
atomic_ASM = atomic.S
|
atomic_ASM = atomic.S
|
||||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -fPIC
|
||||||
|
|
||||||
EXTRA_DIST = ${atomic_SOURCE}
|
EXTRA_DIST = ${atomic_SOURCE}
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
Loading…
Reference in New Issue