mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-11 06:04:12 +00:00
Fix erc32 simulator out-of-tree build failure.
sim/erc32/ChangeLog: * Makefile.in: Include build directory in search path to find config.h
This commit is contained in:
parent
93c4ff1017
commit
7b7f7f41a8
@ -1,3 +1,8 @@
|
||||
2013-03-14 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.in: Include build directory in search path to find
|
||||
config.h
|
||||
|
||||
2012-08-16 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* end.c: Include config.h before system header files.
|
||||
|
@ -45,7 +45,7 @@ sis: sis.o $(SIS_OFILES) $(COMMON_OBJS) $(LIBDEPS)
|
||||
# There is AC_C_BIGENDIAN but it doesn't handle float endianness.
|
||||
# [Are int/float endians every different on a sparc?]
|
||||
end: $(srcdir)/end.c
|
||||
$(CC_FOR_BUILD) $(srcdir)/end.c -o end
|
||||
$(CC_FOR_BUILD) -I. $(srcdir)/end.c -o end
|
||||
end.h: end
|
||||
./end > end.h
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user