* parse.c (write_dollar_variable): New function.
[deliverable/binutils-gdb.git] / build-all.mk
1 # Build all of the targets for any given host.....
2 #
3 # This file is going to be ugly. It will be VERY specific to the
4 # Cygnus environment and build-process.
5 #
6 # Useful targets (rt = recursion target):
7 # (please correct or expand on this)
8 # FIXME: Might some of these be superfluous?
9 #
10 # all-emacs
11 # all-cygnus - set up install directories, build 3stage native and all
12 # supported cross targets, then check 3stage'd native
13 # (rt = $(canonhost)-stamp-3stage-done, do-cygnus for cross)
14 # native - set up install directories, build 3stage native
15 # (rt = $(canonhost)-stamp-3stage-1)
16 # build-cygnus - build 3stage native and all supported cross targets
17 # (rt = $(canonhost)-stamp-3stage-done, build-cygnus for cross)
18 # build-latest - build all supported cross targets
19 # (rt = build-latest)
20 # all-native - set up install directories, build native
21 # (rt = do-native)
22 # all-cross - set up install directories, build all targets
23 # (rt = do-cygnus)
24 # config - configure native and all supported cross targets
25 # (rt = do1-config, do-native-config for cross)
26 # build - build native and all supported cross targets
27 # (rt = do1-build, build-native for cross)
28 # 3build - build 3stage native and all supported cross targets
29 # (rt = all, build-cygnus for cross)
30 # build-all-latest - build 3stage native and all supported cross targets
31 # (rt = $(canonhost)-stamp-3stage-done, build-latest for cross)
32 # clean - remove objdir directories, stamp files
33 # (rt = clean)
34 #
35 # To configure/build for fewer targets, specify TARGETS="native cross1 ...".
36
37 TREE = devo
38 include $(TREE)/release-info
39
40 TEST_INSTALL_DISK = /dumbo
41
42 INSTALLDIR = $(TEST_INSTALL_DISK)/$(TREE)-test/$(RELEASE_TAG)
43
44 ifndef host
45 host := $(shell $(TREE)/config.guess)
46 endif
47
48 NATIVE = native
49
50 GCC = gcc
51 CFLAGS = -g
52 GNUCFLAGS= -g -O2
53 CXXFLAGS = -g -O2
54 MAKEINFOFLAGS =
55
56 log = 1>$(canonhost)-build-log 2>&1
57 clog = 1>$(canonhost)-check-log 2>&1
58 cyglog = 1> $(canonhost)-x-$$i-cygnus-build-log 2>&1
59 latestlog = 1> $(canonhost)-x-$$i-latest-build-log 2>&1
60 natlog = 1> $(canonhost)-x-$$i-native-build-log 2>&1
61
62 canonhost := $(shell $(TREE)/config.sub $(host))
63
64 # Convert config.guess results to a simpler form.
65 ifeq ($(canonhost),sparc-sun-solaris2.1)
66 canonhost := sparc-sun-solaris2
67 endif
68 ifeq ($(canonhost),sparc-sun-solaris2.3)
69 canonhost := sparc-sun-solaris2
70 endif
71 ifeq ($(canonhost),mips-dec-ultrix4.2)
72 canonhost := mips-dec-ultrix
73 endif
74 ifeq ($(canonhost),mips-sgi-irix4.0.1)
75 canonhost := mips-sgi-irix4
76 endif
77 ifeq ($(canonhost),mips-sgi-irix4.0.5H)
78 canonhost := mips-sgi-irix4
79 endif
80 ifeq ($(canonhost),mips-sgi-irix5.2)
81 canonhost := mips-sgi-irix5
82 endif
83 ifeq ($(canonhost),rs6000-ibm-aix3.2)
84 canonhost := rs6000-ibm-aix
85 endif
86 ifeq ($(canonhost),i486-unknown-sco3.2v4.0)
87 canonhost := i386-sco3.2v4
88 endif
89 ifeq ($(canonhost),i386-unknown-sco3.2v4.0)
90 canonhost := i386-sco3.2v4
91 endif
92 ifeq ($(canonhost),i386-unknown-sco3.2v4)
93 canonhost := i386-sco3.2v4
94 endif
95 ifeq ($(canonhost),i386-unknown-go32)
96 canonhost := i386-go32
97 endif
98 ifeq ($(canonhost),i386-unknown-sysv4.2)
99 canonhost := i386-sysv4.2
100 endif
101 ifeq ($(canonhost),i386-lynx-lynxos)
102 canonhost := i386-lynx
103 endif
104 ifeq ($(canonhost),m68k-lynx-lynxos)
105 canonhost := m68k-lynx
106 endif
107 ifeq ($(canonhost),sparc-lynx-lynxos)
108 canonhost := sparc-lynx
109 endif
110 ifeq ($(canonhost),rs6000-lynx-lynxos)
111 canonhost := rs6000-lynx
112 endif
113 ifeq ($(canonhost),i386-unknown-linux)
114 canonhost := i386-linux
115 endif
116 ifeq ($(canonhost),i486-unknown-linux)
117 canonhost := i486-linux
118 endif
119 ifeq ($(canonhost),i586-unknown-linux)
120 canonhost := i486-linux
121 endif
122 ifeq ($(canonhost),i386-unknown-linuxaout)
123 canonhost := i386-linuxaout
124 endif
125 ifeq ($(canonhost),i486-unknown-linuxaout)
126 canonhost := i486-linuxaout
127 endif
128 ifeq ($(canonhost),i586-unknown-linuxaout)
129 canonhost := i486-linuxaout
130 endif
131
132 #
133 # The following TARGETS variable settings probably ought to
134 # be made automatically from the
135 # /s1/cygnus/progressive/host-target-pairs.tbl file, using
136 # the /s1/cygnus/progressive/targets script. But, be sure
137 # that the native is spelled 'native'.
138 #
139
140 ifeq ($(canonhost),sparc-sun-sunos4.1.3)
141 TARGETS = $(NATIVE) \
142 i386-go32 \
143 a29k-amd-udi \
144 h8300-hms h8500-hms \
145 hppa1.1-hp-proelf \
146 i386-aout i386-elf \
147 i960-nindy-coff i960-vxworks5.0 i960-vxworks5.1 \
148 m68k-aout m68k-coff m68k-elf m68k-vxworks5.1 \
149 mips-idt-ecoff mips64-elf mips-elf \
150 sh-hms \
151 sparc-aout sparc64-aout sparc-vxworks \
152 sparclite-aout sparclite-coff sparclite-vxworks \
153 z8k-coff \
154 OSE68000 OSE68k mips-ncd-elf i386-unixware
155 # The OSE68000 and OSE68k targets are for Ericsson only.
156 GCC = gcc -O2 -pipe
157 all: all-cygnus
158 endif
159
160 ifeq ($(canonhost),m68k-sun-sunos4.1.1)
161 TARGETS = $(NATIVE)
162 GCC = gcc -O2 -msoft-float
163 CC = cc -J
164 all: all-cygnus
165 endif
166
167 ifeq ($(canonhost),sparc-sun-solaris2)
168 TARGETS = $(NATIVE) \
169 a29k-amd-udi \
170 h8300-hms h8500-hms \
171 hppa1.1-hp-proelf \
172 i960-vxworks5.0 i960-vxworks5.1 \
173 m68k-aout m68k-coff m68k-vxworks5.1 m88k-coff \
174 mips-idt-ecoff mips-elf \
175 sparc64-elf sparclite-aout sparclite-coff \
176 OSE68000 OSE68k \
177 sparc-sun-sunos4.1.3
178 # The latter assures that BNR's special build (which they now
179 # do for themselves from sources) hasn't developed bit-rot.
180 # The OSE68000 and OSE68k targets are for Ericsson only.
181
182 CC = cc
183 GCC = gcc -O2 -pipe
184 all: all-cygnus
185 endif
186
187 ifeq ($(canonhost),mips-dec-ultrix)
188 TARGETS = $(NATIVE) m68k-aout
189 CC = cc -Wf,-XNg1000
190 all: all-cygnus
191 endif
192
193 ifeq ($(patsubst alpha-dec-osf%,alpha,$(canonhost)),alpha)
194 TARGETS = $(NATIVE)
195 CC = cc
196 all: all-cygnus
197 endif
198
199 ifeq ($(canonhost),mips-sgi-irix4)
200 TARGETS = $(NATIVE) \
201 mips-idt-ecoff \
202 mips-elf mips64-elf \
203 sh-hms
204 CC = cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000
205 all: all-cygnus
206 endif
207
208 ifeq ($(canonhost),mips-sgi-irix5)
209 TARGETS = $(NATIVE) \
210 mips-idt-ecoff \
211 mips-elf mips64-elf \
212 sh-hms
213 CC = cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000
214 all: all-cygnus
215 endif
216
217 ifeq ($(canonhost),powerpc-ibm-aix4.1.1)
218 TARGETS = $(NATIVE)
219 all: all-cygnus
220 endif
221
222 ifeq ($(canonhost),rs6000-ibm-aix)
223 TARGETS = $(NATIVE) \
224 i960-vxworks5.0 i960-vxworks5.1 \
225 m68k-aout
226 all: all-cygnus
227 endif
228
229 ifeq ($(canonhost),rs6000-ibm-aix3.2.5)
230 TARGETS = $(NATIVE) \
231 i960-vxworks5.0 i960-vxworks5.1 \
232 m68k-aout
233 all: all-cygnus
234 endif
235
236 ifeq ($(canonhost),m68k-hp-hpux)
237 TARGETS = $(NATIVE) m68k-aout
238 TMPDIR := $(shell mkdir $(canonhost)-tmpdir; cd $(canonhost)-tmpdir ; pwd)
239 CC = cc -Wp,-P,-H256000
240 #CFLAGS = +O1000
241 CFLAGS = -g
242 all: all-cygnus
243 endif
244
245 ifeq ($(canonhost),hppa1.1-hp-hpux)
246 TARGETS = \
247 $(NATIVE) \
248 h8300-hms \
249 hppa1.1-hp-proelf \
250 i960-vxworks5.0 i960-vxworks5.1 \
251 m68k-aout m68k-coff m68k-vxworks5.1
252 CC = cc -Wp,-H256000
253 #CFLAGS = +Obb2000
254 CFLAGS = -g
255 all: all-cygnus
256 endif
257
258 ifeq ($(canonhost),i386-sco3.2v4)
259 TARGETS = $(NATIVE)
260 all: all-cygnus
261 endif
262
263 ifeq ($(canonhost),i386-go32)
264 TARGETS = \
265 a29k-amd-udi \
266 h8300-hms hppa1.1-hp-proelf \
267 i386-aout \
268 m68k-aout m68k-coff \
269 mips-elf mips-idt-ecoff mips64-elf \
270 sh-hms \
271 sparc-aout sparclite-aout sparclite-coff
272 CC = i386-go32-gcc
273 GCC = i386-go32-gcc -O2
274 CFLAGS =
275 CXXFLAGS = -O2
276 MAKEINFOFLAGS = --no-split
277 all: all-dos
278 endif
279
280 ifeq ($(canonhost),i386-sysv4.2)
281 TARGETS = $(NATIVE) i386-netware
282 CC = cc
283 all: all-cygnus
284 endif
285
286 ifeq ($(canonhost),i386-ncr-sysv4.3)
287 TARGETS = $(NATIVE)
288 CC = cc
289 CFLAGS = -Hnocopyr
290 SHELL = /usr/unsupported/bin/bash
291 CONFIG_SHELL = /usr/unsupported/bin/bash
292 all: all-cygnus
293 endif
294
295 ifeq ($(canonhost),i386-lynx)
296 TARGETS = $(NATIVE)
297 CC = /usr/cygnus/progressive/bin/gcc
298 all: all-cygnus
299 SHELL=/bin/bash
300 endif
301
302 ifeq ($(canonhost),m68k-lynx)
303 TARGETS = $(NATIVE)
304 CC = /usr/cygnus/progressive/bin/gcc
305 all: all-cygnus
306 SHELL=/bin/bash
307 endif
308
309 ifeq ($(canonhost),sparc-lynx)
310 TARGETS = $(NATIVE)
311 CC = /usr/cygnus/progressive/bin/gcc
312 all: all-cygnus
313 SHELL=/bin/bash
314 endif
315
316 ifeq ($(canonhost),rs6000-lynx)
317 TARGETS = $(NATIVE)
318 CC = /usr/cygnus/progressive/bin/gcc
319 all: all-cygnus
320 SHELL=/bin/bash
321 endif
322
323 ifeq ($(patsubst %-linux,linux,$(patsubst %-linuxaout,linux,$(canonhost))),linux)
324 TARGETS = $(NATIVE)
325 all: all-cygnus
326 endif
327
328 FLAGS_TO_PASS := \
329 "GCC=$(GCC)" \
330 "CC=$(CC)" \
331 "CFLAGS=$(CFLAGS)" \
332 "GNUCFLAGS=$(GNUCFLAGS)" \
333 "CXXFLAGS=$(CXXFLAGS)" \
334 "host=$(canonhost)" \
335 "MAKEINFOFLAGS=$(MAKEINFOFLAGS)" \
336 "RELEASE_TAG=$(RELEASE_TAG)" \
337 "SHELL=$(SHELL)"
338
339 # set GNU_MAKE and CONFIG_SHELL correctly in sub-builds
340 ifeq ($(patsubst %-lynx,lynx,$(canonhost)),lynx)
341 FLAGS_TO_PASS := $(FLAGS_TO_PASS) "GNU_MAKE=$(MAKE)" "CONFIG_SHELL=/bin/bash"
342 endif
343
344 ifeq ($(patsubst %-linux,linux,$(patsubst %-linuxaout,linux,$(canonhost))),linux)
345 FLAGS_TO_PASS := $(FLAGS_TO_PASS) "GNU_MAKE=$(MAKE)"
346 endif
347
348 ifeq ($(patsubst %i386-ncr-sysv4.3,ncr,$(canonhost)),ncr)
349 FLAGS_TO_PASS := $(FLAGS_TO_PASS) "CONFIG_SHELL=/usr/unsupported/bin/bash"
350 endif
351
352 all-emacs:
353 @echo build started at `date`
354 [ -d $(INSTALLDIR) ] || mkdir $(INSTALLDIR)
355 -rm -f $(ROOTING)/$(RELEASE_TAG)
356 ln -s $(INSTALLDIR) $(ROOTING)/$(RELEASE_TAG)
357 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) do1 > $(canonhost)-emacs-native-log 2>&1
358 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) do-latest > $(canonhost)-emacs-latest-log 2>&1
359 @echo done at `date`
360
361 all-cygnus:
362 @echo build started at `date`
363 [ -d $(INSTALLDIR) ] || mkdir $(INSTALLDIR)
364 -rm -f $(ROOTING)/$(RELEASE_TAG) && ln -s $(INSTALLDIR) $(ROOTING)/$(RELEASE_TAG)
365 #
366 # The following line to be used during regular progressive builds
367 # to help developers test, but should be commented out for final
368 # progressive build.
369 #
370 # -rm -f $(ROOTING)/progressive-beta && ln -s $(RELEASE_TAG) $(ROOTING)/progresssive
371 @for i in $(TARGETS) ; do \
372 if [ "$$i" = "native" ] ; then \
373 if [ ! -f $(canonhost)-stamp-3stage-done ] ; then \
374 echo "3staging $(canonhost) native" ; \
375 echo Flags passed to make: $(FLAGS_TO_PASS) ; \
376 if $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) $(canonhost)-stamp-3stage-done $(log); then \
377 echo " completed successfully" ; \
378 else \
379 exit 1; \
380 fi; \
381 else \
382 true ; \
383 fi ; \
384 else \
385 echo "building $(canonhost) cross to $$i" ; \
386 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) target=$$i do-cygnus $(cyglog) && \
387 echo " completed successfully" ; \
388 fi ; \
389 done
390 @if [ ! -f $(canonhost)-stamp-3stage-checked ] ; then \
391 echo checking $(canonhost) native ; \
392 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) $(canonhost)-check-3stage $(clog) ; \
393 touch $(canonhost)-stamp-3stage-checked ; \
394 else \
395 true ; \
396 fi
397 @echo done at `date`
398
399 native:
400 @echo build started at `date`
401 [ -d $(INSTALLDIR) ] || mkdir $(INSTALLDIR)
402 -rm -f $(ROOTING)/$(RELEASE_TAG) && ln -s $(INSTALLDIR) $(ROOTING)/$(RELEASE_TAG)
403 # -rm -f $(ROOTING)/progressive-beta && ln -s $(RELEASE_TAG) $(ROOTING)/progressive-beta
404 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) $(canonhost)-stamp-3stage-done $(log)
405 @echo done at `date`
406
407 build-cygnus:
408 @echo build started at `date`
409 @for i in $(TARGETS) ; do \
410 if [ "$$i" = "native" ] ; then \
411 if [ ! -f $(canonhost)-3stage-done ] ; then \
412 echo "3staging $(canonhost) native" ; \
413 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) $(canonhost)-stamp-3stage-done $(log) && \
414 echo " completed successfully" ; \
415 fi ; \
416 else \
417 echo "building $(canonhost) cross to $$i:" `date` ; \
418 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) target=$$i build-cygnus $(cyglog) && \
419 echo " completed successfully" ; \
420 fi ; \
421 done
422 @echo done at `date`
423
424 build-latest:
425 @echo build started at `date`
426 @for i in $(TARGETS) ; do \
427 if [ "$$i" != "native" ] ; then \
428 echo "building $(canonhost) cross to $$i:" `date` ; \
429 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) target=$$i build-latest $(latestlog) && \
430 echo " completed successfully" ; \
431 fi ; \
432 done
433 @echo done at `date`
434
435 all-native:
436 [ -d $(INSTALLDIR) ] || mkdir $(INSTALLDIR)
437 rm -f $(ROOTING)/$(RELEASE_TAG)
438 ln -s $(INSTALLDIR) $(ROOTING)/$(RELEASE_TAG)
439 @for i in $(TARGETS) ; do \
440 echo "building $(canonhost) cross to $$i" ; \
441 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) target=$$i do-native $(natlog) && \
442 echo " completed successfully" ; \
443 done
444
445 all-cross:
446 [ -d $(INSTALLDIR) ] || mkdir $(INSTALLDIR)
447 rm -f $(ROOTING)/$(RELEASE_TAG)
448 ln -s $(INSTALLDIR) $(ROOTING)/$(RELEASE_TAG)
449 @for i in $(TARGETS) ; do \
450 echo "building $(canonhost) cross to $$i" ; \
451 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) target=$$i build=$(build) do-cygnus $(cyglog) && \
452 echo " completed successfully" ; \
453 done
454
455 do-dos:
456 $(MAKE) -f build-all.mk build=$(host) host=i386-go32 all-dos
457 all-dos:
458 @for i in $(TARGETS) ; do \
459 echo "building $(canonhost) cross to $$i" ; \
460 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) host=$(host) target=$$i do-dos $(cyglog) && \
461 echo " completed successfully at `date`" ; \
462 done
463
464 config:
465 @for i in $(TARGETS) ; do \
466 if [ "$$i" = "native" ] ; then \
467 echo "config stage1 for $(canonhost)" ; \
468 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) do1-config $(log) && \
469 echo " completed successfully" ; \
470 else \
471 echo "config $(canonhost) cross to $$i" ; \
472 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) target=$$i do-native-config $(cyglog) && \
473 echo " completed successfully" ; \
474 fi ; \
475 done
476
477
478 build:
479 @for i in $(TARGETS) ; do \
480 if [ "$$i" = "native" ] ; then \
481 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) do1-build $(log) && \
482 echo " completed successfully" ; \
483 else \
484 echo "building $(canonhost) cross to $$i" ; \
485 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) target=$$i build-native $(natlog) && \
486 echo " completed successfully" ; \
487 fi ; \
488 done
489
490
491 3build:
492 @for i in $(TARGETS) ; do \
493 if [ "$$i" = "native" ] ; then \
494 echo "building 3stage for $(canonhost)" ; \
495 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) all $(log) && \
496 echo " completed successfully" ; \
497 else \
498 echo "building $(canonhost) cross to $$i" ; \
499 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) target=$$i build-cygnus $(cyglog) && \
500 echo " completed successfully" ; \
501 fi ; \
502 done
503
504 build-all-latest:
505 @for i in $(TARGETS) ; do \
506 if [ "$$i" = "native" ] ; then \
507 echo "building 3stage for $(canonhost)" ; \
508 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) $(canonhost)-stamp-3stage-done $(log) && \
509 echo " completed successfully" ; \
510 else \
511 echo "building $(canonhost) cross to $$i" ; \
512 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) target=$$i build-latest $(cyglog) && \
513 echo " completed successfully" ; \
514 fi ; \
515 done
516
517 clean:
518 $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) clean $(log)
519
520 ### Local Variables:
521 ### fill-column: 131
522 ### End:
This page took 0.040173 seconds and 4 git commands to generate.