diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-02-23 03:54:14 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-02-23 03:54:14 +0000 |
commit | 80b5777e2ae4e27807d1b8e11902801cfa31d490 (patch) | |
tree | 52bf7bc4623271934c1f9abbcf026ec20200ea85 /include/makeinclude/platform_chorus_ghs.GNU | |
parent | 287371a13553024d9677a7d96fe603723ef98bc7 (diff) | |
download | ATCD-80b5777e2ae4e27807d1b8e11902801cfa31d490.tar.gz |
set CROSS-COMPILE flag
Diffstat (limited to 'include/makeinclude/platform_chorus_ghs.GNU')
-rw-r--r-- | include/makeinclude/platform_chorus_ghs.GNU | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/makeinclude/platform_chorus_ghs.GNU b/include/makeinclude/platform_chorus_ghs.GNU index 3295eed447c..b10edd1e747 100644 --- a/include/makeinclude/platform_chorus_ghs.GNU +++ b/include/makeinclude/platform_chorus_ghs.GNU @@ -21,15 +21,18 @@ ifndef MVME_LIB endif # MVME_LIB CHORUS = 1 +CROSS-COMPILE = 1 debug = 1 optimize = 1 shared_libs = static_libs = 1 -CC = $(GHS_DIR)/build -driver ch68 +CC = $(GHS_DIR)/ccch68 + CXX = $(CC) -CFLAGS = -I$(MVME_INCL)/posix \ +CFLAGS = -groot= -alttools=$(GHS_DIR) -68040 -X445 -fprecise -D__cpluplus=1 \ + -I$(MVME_INCL)/posix \ -I$(MVME_INCL)/stdc \ -I$(MVME_INCL)/chorus \ -I$(MVME_INCL)/CC |