gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1649: add cpu arch test to gnumach


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1649: add cpu arch test to gnumach
Date: Sun, 20 Jan 2013 16:50:40 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1649
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2013-01-20 16:50:40 +0100
message:
  add cpu arch test to gnumach
modified:
  gnu/gnumach/Makefile
=== modified file 'gnu/gnumach/Makefile'
--- a/gnu/gnumach/Makefile      2012-12-16 22:50:44 +0000
+++ b/gnu/gnumach/Makefile      2013-01-20 15:50:40 +0000
@@ -16,5 +16,9 @@
 
 ######################################################################
 
-include ../../gar.lib/auto.mk
+ifneq ($(GARARCH),i586)
+       include ../../gar.lib/wrong_arch.mk
+else
+       include ../../gar.lib/auto.mk
+endif
 include config.mk


reply via email to

[Prev in Thread] Current Thread [Next in Thread]