Rebuilt moxie/configure
This commit is contained in:
parent
4bfa0b5a36
commit
070d1cee7d
|
@ -1,3 +1,7 @@
|
|||
2014-12-11 Anthony Green <green@moxielogic.com>
|
||||
|
||||
* moxie/configure: Rebuilt.
|
||||
|
||||
2014-11-28 Jaydeep Patil <jaydeep.patil@imgtec.com>
|
||||
Matthew Fortune <Matthew.Fortune@imgtec.com>
|
||||
|
||||
|
|
|
@ -585,6 +585,8 @@ ac_unique_file="crt0.S"
|
|||
ac_subst_vars='LTLIBOBJS
|
||||
LIBOBJS
|
||||
host_makefile_frag_path
|
||||
BUILD_CRT0_FALSE
|
||||
BUILD_CRT0_TRUE
|
||||
CCASFLAGS
|
||||
CCAS
|
||||
RANLIB
|
||||
|
@ -2525,6 +2527,20 @@ test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
|
|||
|
||||
|
||||
|
||||
case "${target}" in
|
||||
moxie-*-moxiebox*)
|
||||
BUILD_CRT0_TRUE='#'
|
||||
BUILD_CRT0_FALSE=
|
||||
;;
|
||||
*)
|
||||
BUILD_CRT0_TRUE=
|
||||
BUILD_CRT0_FALSE='#'
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
|
||||
|
||||
host_makefile_frag=${srcdir}/../config/default.mh
|
||||
|
||||
host_makefile_frag_path=$host_makefile_frag
|
||||
|
|
Loading…
Reference in New Issue