diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-02-11 16:37:25 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-02-11 16:37:25 +0000 |
commit | c45b6d49686e8c5c1bd7c9c410eecb74f05daafe (patch) | |
tree | 650d1c36434594c3f970ad0925810b20d19a4e8d /include | |
parent | 2fa9d5abd9a24b41c6baed6e8a79c8c85bc8d7c6 (diff) | |
download | ATCD-c45b6d49686e8c5c1bd7c9c410eecb74f05daafe.tar.gz |
put posix -I before stdc -I
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_chorus_ghs.GNU | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/makeinclude/platform_chorus_ghs.GNU b/include/makeinclude/platform_chorus_ghs.GNU index 0fc1858fcc8..3295eed447c 100644 --- a/include/makeinclude/platform_chorus_ghs.GNU +++ b/include/makeinclude/platform_chorus_ghs.GNU @@ -29,8 +29,8 @@ static_libs = 1 CC = $(GHS_DIR)/build -driver ch68 CXX = $(CC) -CFLAGS = -I$(MVME_INCL)/stdc \ - -I$(MVME_INCL)/posix \ +CFLAGS = -I$(MVME_INCL)/posix \ + -I$(MVME_INCL)/stdc \ -I$(MVME_INCL)/chorus \ -I$(MVME_INCL)/CC CCFLAGS += $(CFLAGS) --no_rtti --multibyte_chars --wchar_t_keyword -tnone |