Skip to content
Snippets Groups Projects
Commit e8671b61 authored by sof's avatar sof
Browse files

[project @ 1998-06-29 17:07:38 by sof]

#define HOST_ARCH and HOST_OS in locally generated config.h
parent 85535e71
No related branches found
No related tags found
No related merge requests found
......@@ -64,10 +64,12 @@ $(H_CONFIG) :
@echo "#define $(HostArch_CPP)_HOST_ARCH 1" >> $@
@echo "#define $(HostArch_CPP)_TARGET_ARCH 1" >> $@
@echo "#define $(HostArch_CPP)_BUILD_ARCH 1" >> $@
@echo "#define HOST_ARCH \"$(HostArch_CPP)\"" >> $@
@echo >> $@
@echo "#define $(HostOS_CPP)_HOST_OS 1" >> $@
@echo "#define $(HostOS_CPP)_TARGET_OS 1" >> $@
@echo "#define $(HostOS_CPP)_BUILD_OS 1" >> $@
@echo "#define HOST_OS \"$(HostOS_CPP)\"" >> $@
ifeq "$(HostOS_CPP)" "irix"
@echo "#ifndef $(IRIX_MAJOR)_TARGET_OS " >> $@
@echo "#define $(IRIX_MAJOR)_TARGET_OS 1" >> $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment