*** empty log message ***
[deliverable/binutils-gdb.git] / config / mt-ebmon29k
1
2 # don't build gnulib
3 INSTALL_GNULIB =
4 INSTALL_HEADERS =
5 # don't do the cplus stuff
6 INSTALL_4_CPLUS=
7 BUILD_4_CPLUS=
8 # or the shared library stuff
9 BUILD_4_SO =
10 INSTALL_4_SO =
11
12 # and only build C
13 LANGUAGES = c
14
15 # This is a hack. since the makefile uses a tmp directory to build
16 # gnulib, any relative path ar needs to be slewed.
17 AR = $(srcdir)/../../binutils.a29k$(subdir)/ar
18 AR_FLAGS = cqs
19 RANLIB = echo
20 ALL = all.xclib
21
22 # Turn off focred include mangling
23 INSTALL_FIXED_INCLUDES= nothing
24 INSTALL_USR_LOCAL = nothing
25
This page took 0.030209 seconds and 5 git commands to generate.