source: trunk/third/gcc/Makefile.athena @ 9372

Revision 9372, 490 bytes checked in by ghudson, 27 years ago (diff)
To avoid conflicts with files named "configure", rename the "configure" phase of the build to "prepare".
Line 
1# $Id: Makefile.athena,v 1.4 1996-11-20 15:43:41 ghudson Exp $
2
3SHELL=/bin/sh
4
5compiler.sun4:
6        @/bin/athena/attach -h -n -q sunsoft
7        @echo /mit/sunsoft/sun4bin/cc
8
9prepare:
10        ./configure --prefix=/usr/gcc
11
12clean:
13        ${MAKE} clean
14
15all:
16        compiler=`${MAKE} -f Makefile.athena "compiler.$${HOSTTYPE}"`; \
17        ${MAKE} all CC="$$compiler" LANGUAGES=c
18        ${MAKE} stage1
19        ${MAKE} all CC="stage1/xgcc -Bstage1/" CFLAGS=-O2 LANGUAGES=C
20
21check:
22
23install:
24        ${MAKE} install "prefix=$$SRVD/usr/gcc" LANGUAGES=c
Note: See TracBrowser for help on using the repository browser.