OpenCores
URL https://opencores.org/ocsvn/scarts/scarts/trunk

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gdb/] [gdb-6.8/] [Makefile.def] - Blame information for rev 27

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 jlechner
#! /usr/bin/autogen
2
AutoGen definitions Makefile.tpl;
3
 
4
// Makefile.in is generated from Makefile.tpl by 'autogen Makefile.def'.
5
// This file was originally written by Nathanael Nerode.
6
//
7
//   Copyright 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation
8
//
9
// This file is free software; you can redistribute it and/or modify
10
// it under the terms of the GNU General Public License as published by
11
// the Free Software Foundation; either version 2 of the License, or
12
// (at your option) any later version.
13
//
14
// This program is distributed in the hope that it will be useful,
15
// but WITHOUT ANY WARRANTY; without even the implied warranty of
16
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17
// GNU General Public License for more details.
18
//
19
// You should have received a copy of the GNU General Public License
20
// along with this program; if not, write to the Free Software
21
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
22
 
23
 
24
// "missing" indicates that that module doesn't supply
25
// that recursive target in its Makefile.
26
 
27
build_modules= { module= libiberty; };
28
build_modules= { module= bison; };
29
build_modules= { module= byacc; };
30
build_modules= { module= flex; };
31
build_modules= { module= m4; };
32
build_modules= { module= texinfo; };
33
build_modules= { module= fixincludes; };
34
 
35
host_modules= { module= ash; };
36
host_modules= { module= autoconf; };
37
host_modules= { module= automake; };
38
host_modules= { module= bash; };
39
host_modules= { module= bfd; lib_path=.libs; bootstrap=true; };
40
host_modules= { module= opcodes; lib_path=.libs; bootstrap=true; };
41
host_modules= { module= binutils; bootstrap=true; };
42
host_modules= { module= bison; no_check_cross= true; };
43
host_modules= { module= byacc; no_check_cross= true; };
44
host_modules= { module= bzip2; };
45
host_modules= { module= dejagnu; };
46
host_modules= { module= diff; };
47
host_modules= { module= dosutils; no_check= true; };
48
host_modules= { module= etc; };
49
host_modules= { module= fastjar; no_check_cross= true; };
50
host_modules= { module= fileutils; };
51
host_modules= { module= findutils; };
52
host_modules= { module= find; };
53
host_modules= { module= fixincludes;
54
                missing= TAGS; };
55
host_modules= { module= flex; no_check_cross= true; };
56
host_modules= { module= gas; bootstrap=true; };
57
host_modules= { module= gcc; bootstrap=true;
58
                extra_make_flags="$(EXTRA_GCC_FLAGS)"; };
59
host_modules= { module= gawk; };
60
host_modules= { module= gettext; };
61
host_modules= { module= gmp; lib_path=.libs; bootstrap=true;
62
                extra_configure_flags='--disable-shared';
63
                no_install= true;
64
                host="none-${host_vendor}-${host_os}";
65
                target="none-${host_vendor}-${host_os}"; };
66
host_modules= { module= mpfr; lib_path=.libs; bootstrap=true;
67
                extra_configure_flags='--disable-shared --with-gmp-build=$$r/$(HOST_SUBDIR)/gmp';
68
                no_install= true;
69
                host="none-${host_vendor}-${host_os}";
70
                target="none-${host_vendor}-${host_os}"; };
71
host_modules= { module= gnuserv; };
72
host_modules= { module= gprof; };
73
host_modules= { module= gzip; };
74
host_modules= { module= hello; };
75
host_modules= { module= indent; };
76
host_modules= { module= intl; bootstrap=true; };
77
host_modules= { module= tcl;
78
                missing=mostlyclean; };
79
host_modules= { module= itcl; };
80
host_modules= { module= ld; bootstrap=true; };
81
host_modules= { module= libcpp; bootstrap=true; };
82
host_modules= { module= libdecnumber; bootstrap=true; };
83
host_modules= { module= libgui; };
84
host_modules= { module= libiberty; bootstrap=true; };
85
host_modules= { module= libtool; };
86
host_modules= { module= m4; };
87
host_modules= { module= make; };
88
host_modules= { module= mmalloc; no_check=true; };
89
host_modules= { module= patch; };
90
host_modules= { module= perl; };
91
host_modules= { module= prms; };
92
host_modules= { module= rcs; };
93
host_modules= { module= readline; };
94
host_modules= { module= release; no_install= true; no_check= true; };
95
host_modules= { module= recode; };
96
host_modules= { module= sed; };
97
host_modules= { module= send-pr; };
98
host_modules= { module= shellutils; };
99
host_modules= { module= sid; };
100
host_modules= { module= sim; };
101
host_modules= { module= tar; };
102
host_modules= { module= texinfo; no_install= true; };
103
host_modules= { module= textutils; };
104
host_modules= { module= time; };
105
host_modules= { module= uudecode; };
106
host_modules= { module= wdiff; };
107
host_modules= { module= zip; no_check_cross=true; };
108
host_modules= { module= zlib; no_install=true; no_check=true; bootstrap=true; };
109
host_modules= { module= gdb; extra_make_flags="$(X11_FLAGS_TO_PASS)"; };
110
host_modules= { module= expect; extra_make_flags="$(X11_FLAGS_TO_PASS)"; };
111
host_modules= { module= guile; extra_make_flags="$(X11_FLAGS_TO_PASS)"; };
112
host_modules= { module= tk; extra_make_flags="$(X11_FLAGS_TO_PASS)"; };
113
host_modules= { module= libtermcap; no_check=true;
114
                missing=mostlyclean;
115
                missing=clean;
116
                missing=distclean;
117
                missing=maintainer-clean; };
118
host_modules= { module= utils; no_check=true; };
119
host_modules= { module= gnattools; };
120
 
121
target_modules = { module= libstdc++-v3; lib_path=.libs; raw_cxx=true; };
122
target_modules = { module= libmudflap; lib_path=.libs; };
123
target_modules = { module= libssp; lib_path=.libs; };
124
target_modules = { module= newlib; };
125
target_modules = { module= libgcc; bootstrap=true; no_check=true; };
126
target_modules = { module= libgfortran; };
127
target_modules = { module= libobjc; };
128
target_modules = { module= libtermcap; no_check=true;
129
                   missing=mostlyclean;
130
                   missing=clean;
131
                   missing=distclean;
132
                   missing=maintainer-clean; };
133
target_modules = { module= winsup; };
134
target_modules = { module= libgloss; no_check=true; };
135
target_modules = { module= libiberty; };
136
target_modules = { module= gperf; };
137
target_modules = { module= examples; no_check=true; no_install=true; };
138
target_modules = { module= libffi; };
139
target_modules = { module= libjava; raw_cxx=true; };
140
target_modules = { module= zlib; };
141
target_modules = { module= boehm-gc; };
142
target_modules = { module= qthreads; };
143
target_modules = { module= rda; };
144
target_modules = { module= libada; };
145
target_modules = { module= libgomp; lib_path=.libs; };
146
 
147
// These are (some of) the make targets to be done in each subdirectory.
148
// Not all; these are the ones which don't have special options.
149
// "depend" indicates that a target depends on another target uniformly
150
// for each subdirectory.  There can be several such lines per target.
151
recursive_targets = { make_target= info;
152
                      depend=configure; };
153
recursive_targets = { make_target= dvi;
154
                      depend=configure; };
155
recursive_targets = { make_target= pdf;
156
                      depend=configure; };
157
recursive_targets = { make_target= html;
158
                      depend=configure; };
159
recursive_targets = { make_target= TAGS;
160
                      depend=configure; };
161
recursive_targets = { make_target= install-info;
162
                      depend=configure;
163
                      depend=info; };
164
recursive_targets = { make_target= install-pdf;
165
                      depend=configure;
166
                      depend=pdf; };
167
recursive_targets = { make_target= install-html;
168
                      depend=configure;
169
                      depend=html; };
170
recursive_targets = { make_target= installcheck;
171
                      depend=configure; };
172
recursive_targets = { make_target= mostlyclean; };
173
recursive_targets = { make_target= clean; };
174
recursive_targets = { make_target= distclean; };
175
recursive_targets = { make_target= maintainer-clean; };
176
 
177
// Flags which need to be passed down.
178
 
179
// Directories etc.
180
flags_to_pass = { flag= DESTDIR ; };
181
flags_to_pass = { flag= RPATH_ENVVAR ; };
182
flags_to_pass = { flag= TARGET_SUBDIR ; };
183
flags_to_pass = { flag= bindir ; };
184
flags_to_pass = { flag= datadir ; };
185
flags_to_pass = { flag= exec_prefix ; };
186
flags_to_pass = { flag= includedir ; };
187
flags_to_pass = { flag= datarootdir ; };
188
flags_to_pass = { flag= docdir ; };
189
flags_to_pass = { flag= infodir ; };
190
flags_to_pass = { flag= pdfdir ; };
191
flags_to_pass = { flag= htmldir ; };
192
flags_to_pass = { flag= libdir ; };
193
flags_to_pass = { flag= libexecdir ; };
194
flags_to_pass = { flag= lispdir ; };
195
flags_to_pass = { flag= localstatedir ; };
196
flags_to_pass = { flag= mandir ; };
197
flags_to_pass = { flag= oldincludedir ; };
198
flags_to_pass = { flag= prefix ; };
199
flags_to_pass = { flag= sbindir ; };
200
flags_to_pass = { flag= sharedstatedir ; };
201
flags_to_pass = { flag= sysconfdir ; };
202
flags_to_pass = { flag= tooldir ; };
203
flags_to_pass = { flag= build_tooldir ; };
204
flags_to_pass = { flag= target_alias ; };
205
 
206
// Build tools
207
flags_to_pass = { flag= BISON ; };
208
flags_to_pass = { flag= CC_FOR_BUILD ; };
209
flags_to_pass = { flag= CFLAGS_FOR_BUILD ; };
210
flags_to_pass = { flag= CXX_FOR_BUILD ; };
211
flags_to_pass = { flag= EXPECT ; };
212
flags_to_pass = { flag= FLEX ; };
213
flags_to_pass = { flag= INSTALL ; };
214
flags_to_pass = { flag= INSTALL_DATA ; };
215
flags_to_pass = { flag= INSTALL_PROGRAM ; };
216
flags_to_pass = { flag= INSTALL_SCRIPT ; };
217
flags_to_pass = { flag= LEX ; };
218
flags_to_pass = { flag= M4 ; };
219
flags_to_pass = { flag= MAKE ; };
220
flags_to_pass = { flag= RUNTEST ; };
221
flags_to_pass = { flag= RUNTESTFLAGS ; };
222
flags_to_pass = { flag= SHELL ; };
223
flags_to_pass = { flag= YACC ; };
224
 
225
// Host tools
226
flags_to_pass = { flag= ADAFLAGS ; optional=true ; };
227
flags_to_pass = { flag= AR_FLAGS ; };
228
flags_to_pass = { flag= BOOT_ADAFLAGS ; optional=true ; };
229
flags_to_pass = { flag= BOOT_CFLAGS ; };
230
flags_to_pass = { flag= BOOT_LDFLAGS ; };
231
flags_to_pass = { flag= CFLAGS ; };
232
flags_to_pass = { flag= CXXFLAGS ; };
233
flags_to_pass = { flag= LDFLAGS ; };
234
flags_to_pass = { flag= LIBCFLAGS ; };
235
flags_to_pass = { flag= LIBCXXFLAGS ; };
236
flags_to_pass = { flag= STAGE1_CFLAGS ; };
237
flags_to_pass = { flag= STAGE1_CHECKING ; };
238
flags_to_pass = { flag= STAGE1_LANGUAGES ; };
239
flags_to_pass = { flag= STAGE2_CFLAGS ; };
240
flags_to_pass = { flag= STAGE3_CFLAGS ; };
241
flags_to_pass = { flag= STAGE4_CFLAGS ; };
242
flags_to_pass = { flag= GNATBIND ; };
243
flags_to_pass = { flag= GNATMAKE ; };
244
 
245
// Target tools
246
flags_to_pass = { flag= AR_FOR_TARGET ; };
247
flags_to_pass = { flag= AS_FOR_TARGET ; };
248
flags_to_pass = { flag= CC_FOR_TARGET ; };
249
flags_to_pass = { flag= CFLAGS_FOR_TARGET ; };
250
flags_to_pass = { flag= CPPFLAGS_FOR_TARGET ; };
251
flags_to_pass = { flag= CXX_FOR_TARGET ; };
252
flags_to_pass = { flag= CXXFLAGS_FOR_TARGET ; };
253
flags_to_pass = { flag= DLLTOOL_FOR_TARGET ; };
254
flags_to_pass = { flag= GCJ_FOR_TARGET ; };
255
flags_to_pass = { flag= GFORTRAN_FOR_TARGET ; };
256
flags_to_pass = { flag= LD_FOR_TARGET ; };
257
flags_to_pass = { flag= LIPO_FOR_TARGET ; };
258
flags_to_pass = { flag= LDFLAGS_FOR_TARGET ; };
259
flags_to_pass = { flag= LIBCFLAGS_FOR_TARGET ; };
260
flags_to_pass = { flag= LIBCXXFLAGS_FOR_TARGET ; };
261
flags_to_pass = { flag= NM_FOR_TARGET ; };
262
flags_to_pass = { flag= OBJDUMP_FOR_TARGET ; };
263
flags_to_pass = { flag= RANLIB_FOR_TARGET ; };
264
flags_to_pass = { flag= STRIP_FOR_TARGET ; };
265
flags_to_pass = { flag= WINDRES_FOR_TARGET ; };
266
flags_to_pass = { flag= WINDMC_FOR_TARGET ; };
267
 
268
// Miscellaneous
269
flags_to_pass = { flag= LANGUAGES ; optional=true ; };
270
flags_to_pass = { flag= LEAN ; };
271
 
272
// Inter-module dependencies
273
 
274
// Build modules
275
dependencies = { module=all-build-bison; on=all-build-texinfo; };
276
dependencies = { module=all-build-byacc; on=all-build-texinfo; };
277
dependencies = { module=all-build-flex; on=all-build-texinfo; };
278
dependencies = { module=all-build-flex; on=all-build-bison; };
279
dependencies = { module=all-build-flex; on=all-build-byacc; };
280
dependencies = { module=all-build-flex; on=all-build-m4; };
281
dependencies = { module=all-build-libiberty; on=all-build-texinfo; };
282
dependencies = { module=all-build-m4; on=all-build-texinfo; };
283
dependencies = { module=all-build-fixincludes; on=all-build-libiberty; };
284
 
285
// Host modules specific to gcc.
286
dependencies = { module=configure-gcc; on=configure-intl; };
287
dependencies = { module=configure-gcc; on=all-binutils; };
288
dependencies = { module=configure-gcc; on=all-gas; };
289
dependencies = { module=configure-gcc; on=all-ld; };
290
dependencies = { module=all-gcc; on=all-libiberty; hard=true; };
291
dependencies = { module=all-gcc; on=all-gmp; };
292
dependencies = { module=all-gcc; on=all-intl; };
293
dependencies = { module=all-gcc; on=all-mpfr; };
294
dependencies = { module=all-gcc; on=all-build-texinfo; };
295
dependencies = { module=all-gcc; on=all-build-bison; };
296
dependencies = { module=all-gcc; on=all-build-byacc; };
297
dependencies = { module=all-gcc; on=all-build-flex; };
298
dependencies = { module=all-gcc; on=all-build-libiberty; };
299
dependencies = { module=all-gcc; on=all-build-fixincludes; };
300
dependencies = { module=all-gcc; on=all-zlib; };
301
dependencies = { module=all-gcc; on=all-libcpp; hard=true; };
302
dependencies = { module=all-gcc; on=all-libdecnumber; hard=true; };
303
dependencies = { module=all-gcc; on=all-libiberty; };
304
dependencies = { module=all-gcc; on=all-fixincludes; };
305
dependencies = { module=install-gcc ; on=install-fixincludes; };
306
 
307
dependencies = { module=configure-libcpp; on=configure-libiberty; hard=true; };
308
dependencies = { module=configure-libcpp; on=configure-intl; };
309
dependencies = { module=all-libcpp; on=all-libiberty; hard=true; };
310
dependencies = { module=all-libcpp; on=all-intl; };
311
 
312
dependencies = { module=all-fixincludes; on=all-libiberty; };
313
 
314
dependencies = { module=all-gnattools; on=all-target-libada; };
315
 
316
dependencies = { module=configure-mpfr; on=all-gmp; };
317
 
318
// Host modules specific to gdb.
319
dependencies = { module=configure-gdb; on=all-intl; };
320
dependencies = { module=configure-gdb; on=configure-sim; };
321
dependencies = { module=configure-gdb; on=all-bfd; };
322
dependencies = { module=all-gdb; on=all-libiberty; };
323
dependencies = { module=all-gdb; on=all-opcodes; };
324
dependencies = { module=all-gdb; on=all-readline; };
325
dependencies = { module=all-gdb; on=all-build-bison; };
326
dependencies = { module=all-gdb; on=all-build-byacc; };
327
dependencies = { module=all-gdb; on=all-sim; };
328
dependencies = { module=all-gdb; on=all-libdecnumber; };
329
 
330
dependencies = { module=configure-libgui; on=configure-tcl; };
331
dependencies = { module=configure-libgui; on=configure-tk; };
332
dependencies = { module=all-libgui; on=all-tcl; };
333
dependencies = { module=all-libgui; on=all-tk; };
334
dependencies = { module=all-libgui; on=all-itcl; };
335
 
336
// Host modules specific to binutils.
337
dependencies = { module=configure-bfd; on=configure-libiberty; hard=true; };
338
dependencies = { module=configure-bfd; on=configure-intl; };
339
dependencies = { module=all-bfd; on=all-libiberty; };
340
dependencies = { module=all-bfd; on=all-intl; };
341
 
342
dependencies = { module=configure-binutils; on=configure-intl; };
343
dependencies = { module=all-binutils; on=all-libiberty; };
344
dependencies = { module=all-binutils; on=all-opcodes; };
345
dependencies = { module=all-binutils; on=all-bfd; };
346
dependencies = { module=all-binutils; on=all-build-flex; };
347
dependencies = { module=all-binutils; on=all-build-bison; };
348
dependencies = { module=all-binutils; on=all-build-byacc; };
349
dependencies = { module=all-binutils; on=all-intl; };
350
 
351
// We put install-opcodes before install-binutils because the installed
352
// binutils might be on PATH, and they might need the shared opcodes
353
// library.
354
dependencies = { module=install-binutils; on=install-opcodes; };
355
 
356
// libopcodes depends on libbfd
357
dependencies = { module=install-opcodes; on=install-bfd; };
358
 
359
dependencies = { module=configure-gas; on=configure-intl; };
360
dependencies = { module=all-gas; on=all-libiberty; };
361
dependencies = { module=all-gas; on=all-opcodes; };
362
dependencies = { module=all-gas; on=all-bfd; };
363
dependencies = { module=all-gas; on=all-intl; };
364
dependencies = { module=configure-gprof; on=configure-intl; };
365
dependencies = { module=all-gprof; on=all-libiberty; };
366
dependencies = { module=all-gprof; on=all-bfd; };
367
dependencies = { module=all-gprof; on=all-opcodes; };
368
dependencies = { module=all-gprof; on=all-intl; };
369
dependencies = { module=configure-ld; on=configure-intl; };
370
dependencies = { module=all-ld; on=all-libiberty; };
371
dependencies = { module=all-ld; on=all-bfd; };
372
dependencies = { module=all-ld; on=all-opcodes; };
373
dependencies = { module=all-ld; on=all-build-bison; };
374
dependencies = { module=all-ld; on=all-build-byacc; };
375
dependencies = { module=all-ld; on=all-build-flex; };
376
dependencies = { module=all-ld; on=all-intl; };
377
 
378
dependencies = { module=configure-opcodes; on=configure-intl; };
379
dependencies = { module=all-opcodes; on=all-bfd; };
380
dependencies = { module=all-opcodes; on=all-libiberty; };
381
dependencies = { module=all-opcodes; on=all-intl; };
382
 
383
// Other host modules in the 'src' repository.
384
dependencies = { module=all-dejagnu; on=all-tcl; };
385
dependencies = { module=all-dejagnu; on=all-expect; };
386
dependencies = { module=all-dejagnu; on=all-tk; };
387
dependencies = { module=configure-expect; on=configure-tcl; };
388
dependencies = { module=configure-expect; on=configure-tk; };
389
dependencies = { module=all-expect; on=all-tcl; };
390
dependencies = { module=all-expect; on=all-tk; };
391
 
392
// We put install-tcl before install-itcl because itcl wants to run a
393
// program on installation which uses the Tcl libraries.
394
dependencies = { module=configure-itcl; on=configure-tcl; };
395
dependencies = { module=configure-itcl; on=configure-tk; };
396
dependencies = { module=all-itcl; on=all-tcl; };
397
dependencies = { module=all-itcl; on=all-tk; };
398
dependencies = { module=install-itcl; on=install-tcl; };
399
 
400
dependencies = { module=configure-tk; on=configure-tcl; };
401
dependencies = { module=all-tk; on=all-tcl; };
402
 
403
dependencies = { module=all-sid; on=all-libiberty; };
404
dependencies = { module=all-sid; on=all-bfd; };
405
dependencies = { module=all-sid; on=all-opcodes; };
406
dependencies = { module=all-sid; on=all-tcl; };
407
dependencies = { module=all-sid; on=all-tk; };
408
dependencies = { module=install-sid; on=install-tcl; };
409
dependencies = { module=install-sid; on=install-tk; };
410
 
411
dependencies = { module=configure-sim; on=configure-intl; };
412
dependencies = { module=all-sim; on=all-intl; };
413
dependencies = { module=all-sim; on=all-libiberty; };
414
dependencies = { module=all-sim; on=all-bfd; };
415
dependencies = { module=all-sim; on=all-opcodes; };
416
dependencies = { module=all-sim; on=all-readline; };
417
dependencies = { module=all-sim; on=configure-gdb; };
418
 
419
// Other host modules.
420
dependencies = { module=all-fastjar; on=all-zlib; };
421
dependencies = { module=all-fastjar; on=all-build-texinfo; };
422
dependencies = { module=all-fastjar; on=all-libiberty; };
423
 
424
// Warning, these are not well tested.
425
dependencies = { module=all-autoconf; on=all-m4; };
426
dependencies = { module=all-autoconf; on=all-build-texinfo; };
427
dependencies = { module=all-automake; on=all-m4; };
428
dependencies = { module=all-automake; on=all-build-texinfo; };
429
dependencies = { module=all-automake; on=all-autoconf; };
430
dependencies = { module=all-bison; on=all-intl; };
431
dependencies = { module=all-bison; on=all-build-texinfo; };
432
dependencies = { module=all-diff; on=all-intl; };
433
dependencies = { module=all-diff; on=all-build-texinfo; };
434
dependencies = { module=all-fileutils; on=all-intl; };
435
dependencies = { module=all-fileutils; on=all-build-texinfo; };
436
dependencies = { module=all-flex; on=all-build-bison; };
437
dependencies = { module=all-flex; on=all-build-byacc; };
438
dependencies = { module=all-flex; on=all-intl; };
439
dependencies = { module=all-flex; on=all-m4; };
440
dependencies = { module=all-flex; on=all-build-texinfo; };
441
dependencies = { module=all-gzip; on=all-intl; };
442
dependencies = { module=all-gzip; on=all-zlib; };
443
dependencies = { module=all-gzip; on=all-build-texinfo; };
444
dependencies = { module=all-hello; on=all-intl; };
445
dependencies = { module=all-hello; on=all-build-texinfo; };
446
dependencies = { module=all-m4; on=all-intl; };
447
dependencies = { module=all-m4; on=all-build-texinfo; };
448
dependencies = { module=all-make; on=all-intl; };
449
dependencies = { module=all-make; on=all-build-texinfo; };
450
dependencies = { module=all-patch; on=all-build-texinfo; };
451
dependencies = { module=all-make; on=all-build-texinfo; };
452
dependencies = { module=all-prms; on=all-libiberty; };
453
dependencies = { module=all-recode; on=all-build-texinfo; };
454
dependencies = { module=all-sed; on=all-build-texinfo; };
455
dependencies = { module=all-send-pr; on=all-prms; };
456
dependencies = { module=all-tar; on=all-build-texinfo; };
457
dependencies = { module=all-uudecode; on=all-build-texinfo; };
458
 
459
// Target modules.  These can also have dependencies on the language
460
// environment (e.g. on libstdc++).  By default target modules depend
461
// on libgcc and newlib/libgloss.
462
lang_env_dependencies = { module=gperf; cxx=true; };
463
lang_env_dependencies = { module=libjava; cxx=true; };
464
lang_env_dependencies = { module=newlib; no_c=true; };
465
lang_env_dependencies = { module=libgloss; no_c=true; };
466
lang_env_dependencies = { module=libgcc; no_gcc=true; no_c=true; };
467
// libiberty does not depend on newlib or libgloss because it must be
468
// built newlib on some targets (e.g. Cygwin).  It still needs
469
// a dependency on libgcc for native targets to configure.
470
lang_env_dependencies = { module=libiberty; no_c=true; };
471
 
472
dependencies = { module=configure-target-boehm-gc; on=configure-target-qthreads; };
473
dependencies = { module=configure-target-fastjar; on=configure-target-zlib; };
474
dependencies = { module=all-target-fastjar; on=all-target-zlib; };
475
dependencies = { module=all-target-fastjar; on=all-target-libiberty; };
476
dependencies = { module=configure-target-libjava; on=configure-target-zlib; };
477
dependencies = { module=configure-target-libjava; on=configure-target-boehm-gc; };
478
dependencies = { module=configure-target-libjava; on=configure-target-qthreads; };
479
dependencies = { module=configure-target-libjava; on=configure-target-libffi; };
480
dependencies = { module=all-target-libjava; on=all-fastjar; };
481
dependencies = { module=all-target-libjava; on=all-target-zlib; };
482
dependencies = { module=all-target-libjava; on=all-target-boehm-gc; };
483
dependencies = { module=all-target-libjava; on=all-target-qthreads; };
484
dependencies = { module=all-target-libjava; on=all-target-libffi; };
485
dependencies = { module=configure-target-libobjc; on=configure-target-boehm-gc; };
486
dependencies = { module=all-target-libobjc; on=all-target-libiberty; };
487
dependencies = { module=all-target-libobjc; on=all-target-boehm-gc; };
488
dependencies = { module=all-target-libstdc++-v3; on=all-target-libiberty; };
489
dependencies = { module=configure-target-libstdc++-v3; on=configure-target-libgomp; };
490
 
491
// Target modules in the 'src' repository.
492
lang_env_dependencies = { module=examples; };
493
lang_env_dependencies = { module=libtermcap; };
494
lang_env_dependencies = { module=rda; };
495
lang_env_dependencies = { module=winsup; };
496
lang_env_dependencies = { module=qthreads; };
497
 
498
dependencies = { module=all-target-libgloss; on=all-target-newlib; };
499
dependencies = { module=all-target-winsup; on=all-target-libiberty; };
500
dependencies = { module=all-target-winsup; on=all-target-libtermcap; };
501
 
502
// Toplevel bootstrap
503
bootstrap_stage = {
504
        id=1 ;
505
 
506
        // * We force-disable intermodule optimizations, even if
507
        //   --enable-intermodule was passed, since the installed compiler
508
        //   probably can't handle them.  Luckily, autoconf always respects
509
        //   the last argument when conflicting --enable arguments are passed.
510
        // * Likewise, we force-disable coverage flags, since the installed
511
        //   compiler probably has never heard of them.
512
        stage_configure_flags='--disable-intermodule $(STAGE1_CHECKING) \
513
          --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)"' ;
514
        stage_cflags='$(STAGE1_CFLAGS)' ;
515
        stage_libcflags='$(STAGE1_LIBCFLAGS)' ; };
516
bootstrap_stage = {
517
        id=2 ; prev=1 ;
518
        bootstrap_target=bootstrap2 ;
519
        stage_configure_flags="@stage2_werror_flag@" ;
520
        stage_cflags="$(STAGE2_CFLAGS)" ;
521
        stage_libcflags="$(STAGE2_LIBCFLAGS)" ; };
522
bootstrap_stage = {
523
        id=b2g0 ; prev=1 ;
524
        bootstrap_target=bootstrap2-debug ;
525
        stage_configure_flags="@stage2_werror_flag@" ;
526
        stage_cflags="$(STAGE2_CFLAGS) -g0" ;
527
        stage_libcflags="$(STAGE2_LIBCFLAGS) -g0" ; };
528
bootstrap_stage = {
529
        id=3 ; prev=2 ; lean=1 ;
530
        compare_target=compare ;
531
        bootstrap_target=bootstrap ;
532
        cleanstrap_target=cleanstrap ;
533
        stage_configure_flags="@stage2_werror_flag@" ;
534
        stage_cflags="$(STAGE3_CFLAGS)" ;
535
        stage_libcflags="$(STAGE3_LIBCFLAGS)" ; };
536
bootstrap_stage = {
537
        id=b3g2 ; prev=b2g0 ; lean=1 ;
538
        compare_target=compare-debug ;
539
        bootstrap_target=bootstrap-debug ;
540
        cleanstrap_target=cleanstrap-debug ;
541
        stage_configure_flags="@stage2_werror_flag@" ;
542
        stage_cflags="$(STAGE3_CFLAGS) -g2" ;
543
        stage_libcflags="$(STAGE3_LIBCFLAGS) -g2" ; };
544
bootstrap_stage = {
545
        id=4 ; prev=3 ; lean=2 ;
546
        compare_target=compare3 ;
547
        bootstrap_target=bootstrap4 ;
548
        stage_configure_flags="@stage2_werror_flag@" ;
549
        stage_cflags="$(STAGE4_CFLAGS)" ;
550
        stage_libcflags="$(STAGE4_CFLAGS)" ; };
551
bootstrap_stage = {
552
        id=profile ; prev=1 ;
553
        stage_configure_flags="@stage2_werror_flag@" ;
554
        stage_cflags='$(STAGE2_CFLAGS) -fprofile-generate' ;
555
        stage_libcflags='$(STAGE2_LIBCFLAGS) -fprofile-generate' ; };
556
bootstrap_stage = {
557
        id=feedback ; prev=profile ;
558
        bootstrap_target=profiledbootstrap ;
559
        stage_configure_flags="@stage2_werror_flag@" ;
560
        stage_cflags='$(STAGE3_CFLAGS) -fprofile-use' ;
561
        stage_libcflags='$(STAGE3_LIBCFLAGS) -fprofile-use' ; };

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.