Author: Jyrki Kuoppala (jkp@hutcs.hut.fi) Last modified: Sat Feb 11 17:40:02 1989 Changes needed to compile gas on altos 3068's with gcc: ln m-generic.h m68k.h Edited Makefile (-traditional -fwritable-strings) *** /tmp/Makefile Sat Feb 11 17:38:12 1989 --- Makefile Sat Feb 11 17:26:07 1989 *************** *** 27,34 **** # # to include the mc68851 mmu coprocessor instructions un-comment # the next line, and comment out the following line. (68020 only) ! OPTIONS = -Dm68851 ! # OPTIONS = a: a68 @rm -f a @ln a68 a --- 27,34 ---- # # to include the mc68851 mmu coprocessor instructions un-comment # the next line, and comment out the following line. (68020 only) ! # OPTIONS = -Dm68851 ! OPTIONS = a: a68 @rm -f a @ln a68 a *************** *** 64,72 **** LDFLAGS = $(CFLAGS) # To compile gas on a System Five machine, comment out the two lines above # and un-comment out the next three lines ! # CFLAGS = -g -I. -DUSG $(OPTIONS) ! # LDFLAGS = $(CFLAGS) ! # LOADLIBES = -lmalloc -lPW a =\ as.o xrealloc.o xmalloc.o hash.o hex-value.o \ --- 64,73 ---- LDFLAGS = $(CFLAGS) # To compile gas on a System Five machine, comment out the two lines above # and un-comment out the next three lines ! CC = gcc ! CFLAGS = -O -g -traditional -fwritable-strings -I. -DUSG $(OPTIONS) ! LDFLAGS = $(CFLAGS) ! LOADLIBES = -lmalloc -lizard a =\ as.o xrealloc.o xmalloc.o hash.o hex-value.o \