diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-23 03:33:53 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-23 03:33:53 +0000 |
commit | 1846327a8f7b997b9f8b8950a19ed34d77c037fb (patch) | |
tree | b396ebee7af655dab7d1fda705ce0b13aca8f359 /include/makeinclude | |
parent | 4874ba3a7415dd29d341153d801873081c905745 (diff) | |
download | ATCD-1846327a8f7b997b9f8b8950a19ed34d77c037fb.tar.gz |
use -m uname option instead of -i, because GNU uname doesn't support -i
Diffstat (limited to 'include/makeinclude')
-rw-r--r-- | include/makeinclude/platform_sunos5_g++.GNU | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_sunos5_g++.GNU b/include/makeinclude/platform_sunos5_g++.GNU index d9a547d447b..9056fdddf8b 100644 --- a/include/makeinclude/platform_sunos5_g++.GNU +++ b/include/makeinclude/platform_sunos5_g++.GNU @@ -18,7 +18,7 @@ ifeq ($(threads),0) CFLAGS += -DACE_MT_SAFE=0 endif # threads -ifeq ($(shell /bin/uname -i),i86pc) +ifeq ($(shell /bin/uname -m),i86pc) #### gcc on Solaris86 doesn't use -g DCFLAGS += -gstabs+ else # ! i86pc |