diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-13 22:35:26 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-13 22:35:26 +0000 |
commit | 31b52e08b5e112100e1a2e830f53767ba241fb75 (patch) | |
tree | 6defecb5399999676ccba216d4342fa1959ee29d /include | |
parent | 351c1575e3fcee2be48c6aa169ed6c16dd37b6c9 (diff) | |
download | ATCD-31b52e08b5e112100e1a2e830f53767ba241fb75.tar.gz |
removed -X445 from CFLAGS. I don't know what it does.
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_chorus_ghs.GNU | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_chorus_ghs.GNU b/include/makeinclude/platform_chorus_ghs.GNU index 50a31109404..997637cb256 100644 --- a/include/makeinclude/platform_chorus_ghs.GNU +++ b/include/makeinclude/platform_chorus_ghs.GNU @@ -34,7 +34,7 @@ static_libs = 1 CC = $(GHS_DIR)/cxch68 CXX = $(CC) -CFLAGS = -groot=$(MVME_DIR) -alttools=$(GHS_DIR) -68040 -X445 -fprecise \ +CFLAGS = -groot=$(MVME_DIR) -alttools=$(GHS_DIR) -68040 -fprecise \ -I$(MVME_INCL)/posix \ -I$(MVME_INCL)/stdc \ -I$(MVME_INCL)/chorus \ |