mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 00:07:36 +08:00
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>
|
||||
|
||||
|
16
libgloss/moxie/configure
vendored
16
libgloss/moxie/configure
vendored
@ -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…
x
Reference in New Issue
Block a user