build lots of targets for HPPA (testing), add -J Sun3 CC, add sparclite targets for...
authorDavid D. Zuhn <zoo@cygnus>
Sat, 9 Jan 1993 02:09:36 +0000 (02:09 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Sat, 9 Jan 1993 02:09:36 +0000 (02:09 +0000)
build-all.mk

index ee9b81d931f0e4fe5bafe5821a5c8fb99fe84481..cf75f1e5027ba0ef353df61b4c5b8312583dc634 100644 (file)
@@ -35,13 +35,15 @@ endif
 ifeq ($(canonhost),sparc-sun-sunos4.1.1)
 TARGETS        = $(NATIVE) m68k-aout   i386-aout       a29k-amd-udi \
        i960-vxworks            m68k-coff       m68k-vxworks \
-       i960-intel-nindy        sparc-aout      sparc-vxworks
+       i960-intel-nindy        sparc-aout      sparc-vxworks \
+       sparclite-aout          sparclitefrwcompat-aout
 all: all-cygnus
 endif
 
 ifeq ($(canonhost),m68k-sun-sunos4.1.1)
 TARGETS        = $(NATIVE) m68k-vxworks m68k-aout i386-aout
 GCC = gcc -O -g -msoft-float
+CC = cc -J
 all: all-cygnus
 endif
 
@@ -74,7 +76,10 @@ endif
 
 ifeq ($(canonhost),hppa1.1-hp-hpux)
 #TARGETS       = m68k-aout m68k-coff m68k-vxworks i960-vxworks a29k-amd-udi
-TARGETS        = m68k-aout m68k-coff m68k-vxworks a29k-amd-udi
+TARGETS        = m68k-aout             i386-aout       a29k-amd-udi \
+       i960-vxworks            m68k-coff       m68k-vxworks \
+       i960-intel-nindy        sparc-aout      sparc-vxworks \
+       sparclite-aout          sparclitefrwcompat-aout
 CC = cc 
 all: all-native
 endif
@@ -86,6 +91,7 @@ endif
 
 FLAGS_TO_PASS := \
        "GCC=$(GCC)" \
+       "CC=$(CC)" \
        "CFLAGS=$(CFLAGS)" \
        "host=$(canonhost)"