mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
Remove ARCH define in config.template.rbuild.
It is a duplicate of the ROS_ARCH environment variable. svn path=/trunk/; revision=28189
This commit is contained in:
parent
9d77e4fff4
commit
ca34acb3d6
3 changed files with 1 additions and 13 deletions
|
@ -380,7 +380,7 @@ else
|
|||
endif
|
||||
INSTALL_ := $(INSTALL)$(SEP)
|
||||
|
||||
RBUILD_FLAGS := -rReactOS-$(ARCH).rbuild
|
||||
RBUILD_FLAGS := -rReactOS-$(ARCH).rbuild -DARCH=$(ARCH)
|
||||
|
||||
$(INTERMEDIATE):
|
||||
${mkdir} $@
|
||||
|
|
|
@ -12,12 +12,6 @@
|
|||
-->
|
||||
|
||||
|
||||
<!--
|
||||
Architecture to build for. Specify one of:
|
||||
i386
|
||||
-->
|
||||
<property name="ARCH" value="powerpc" />
|
||||
|
||||
<!--
|
||||
Sub-architecture to build for. Specify one of:
|
||||
xbox
|
||||
|
|
|
@ -12,12 +12,6 @@
|
|||
-->
|
||||
|
||||
|
||||
<!--
|
||||
Architecture to build for. Specify one of:
|
||||
i386
|
||||
-->
|
||||
<property name="ARCH" value="i386" />
|
||||
|
||||
<!--
|
||||
Sub-architecture to build for. Specify one of:
|
||||
xbox
|
||||
|
|
Loading…
Reference in a new issue