committed by
Daniel D’Aquino
parent
25bcf9c243
commit
1b2f4c41df
@@ -49,10 +49,10 @@ distclean: clean
|
||||
tags:
|
||||
find . -name '*.c' -or -name '*.h' | xargs ctags
|
||||
|
||||
configurator: configurator.c
|
||||
configurator: src/configurator.c
|
||||
$(CC) $< -o $@
|
||||
|
||||
config.h: configurator
|
||||
src/config.h: configurator
|
||||
./configurator > $@
|
||||
|
||||
bindings-c: $(C_BINDINGS)
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#define HAVE_UNALIGNED_ACCESS 1
|
||||
#define HAVE_TYPEOF 1
|
||||
#define HAVE_BIG_ENDIAN 0
|
||||
#define HAVE_BYTESWAP_H 1
|
||||
#define HAVE_BSWAP_64 1
|
||||
#define HAVE_BYTESWAP_H 0
|
||||
#define HAVE_BSWAP_64 0
|
||||
#define HAVE_LITTLE_ENDIAN 1
|
||||
#endif /* CCAN_CONFIG_H */
|
||||
|
||||
Reference in New Issue
Block a user