mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user