diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/egcs/gcc/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/egcs/gcc/Makefile.in b/gnu/egcs/gcc/Makefile.in index ac9959a3977..6a2983a77d4 100644 --- a/gnu/egcs/gcc/Makefile.in +++ b/gnu/egcs/gcc/Makefile.in @@ -465,7 +465,11 @@ HOST_PREFIX= # out of the way of the other rules for compiling the same source files. HOST_PREFIX_1=loser- HOST_CC=$(CC) +.if ${MACHINE_ARCH} == "vax" +HOST_CFLAGS=$(ALL_CFLAGS) -O0 +.else HOST_CFLAGS=$(ALL_CFLAGS) +.endif HOST_CLIB=$(CLIB) HOST_INTLLIBS=$(INTLLIBS) HOST_LDFLAGS=$(LDFLAGS) |