diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2002-01-21 16:37:20 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2002-01-21 16:37:20 +0000 |
commit | 4851de89f7fc84cee471b74a09dec6f4f8f1b0fe (patch) | |
tree | 26e2f8a18e4fcc84a19e89ecffd93e4dd4f8f178 /gnu/egcs/gcc/Makefile.in | |
parent | fba3206b3f85dbba0487181e2c2f5de8509cf8dc (diff) |
Switch last workaround to a form easier for espie to maintain.
Diffstat (limited to 'gnu/egcs/gcc/Makefile.in')
-rw-r--r-- | gnu/egcs/gcc/Makefile.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/egcs/gcc/Makefile.in b/gnu/egcs/gcc/Makefile.in index 6a2983a77d4..ac9959a3977 100644 --- a/gnu/egcs/gcc/Makefile.in +++ b/gnu/egcs/gcc/Makefile.in @@ -465,11 +465,7 @@ 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) |