2002-12-27 Yoshinori K. Okuji <okuji@enbug.org>
* configure.ac: Check ld. Replace CFLAGS and CPPFLAGS with BUILD_CFLAGS and BUILD_CPPFLAGS respectively, before checking endianness and sizes. * Makefile.in (LD): New variable.
This commit is contained in:
parent
abdfc3c54e
commit
9962ed9907
5 changed files with 111 additions and 4 deletions
|
@ -65,6 +65,7 @@ BUILD_CPPFLAGS = -I. -Iinclude -I$(srcdir)/include -Wall -W \
|
|||
OBJCOPY = @OBJCOPY@
|
||||
STRIP = @STRIP@
|
||||
NM = @NM@
|
||||
LD = @LD@
|
||||
RUBY = @RUBY@
|
||||
|
||||
### General variables.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue