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

Revision 14510, 496 bytes checked in by ghudson, 24 years ago (diff)
Not using the Athena config.site in a Makefile.athena no longer requires specific action.
Line 
1# $Id: Makefile.athena,v 1.13 2000-03-31 14:59:00 ghudson Exp $
2
3SHELL=/bin/sh
4
5dist:
6
7# We can't use the Athena config.site file because it specifies
8# cc to be gcc.
9prepare:
10        rm -f config.cache
11        . ./compiler && CC=$$cc ./configure --prefix=/usr/gcc
12
13clean:
14        ${MAKE} clean
15
16all:
17        ${MAKE} all LANGUAGES=c
18        ${MAKE} stage1
19        ${MAKE} all CC="stage1/xgcc -Bstage1/" CFLAGS=-O2
20
21check:
22
23install:
24        mkdir -p "$$SRVD/usr"
25        ${MAKE} install "prefix=$$SRVD/usr/gcc" CC="stage1/xgcc -Bstage1/" \
26                CFLAGS=-O2
Note: See TracBrowser for help on using the repository browser.