Browse Source

i686 architecture

Bob Mottram 8 years ago
parent
commit
5c231991ac
2 changed files with 11 additions and 0 deletions
  1. BIN
      man/freedombone-image.1.gz
  2. 11
    0
      src/freedombone-image-makefile

BIN
man/freedombone-image.1.gz View File


+ 11
- 0
src/freedombone-image-makefile View File

155
 	$(SIGN)
155
 	$(SIGN)
156
 	@echo "Build complete."
156
 	@echo "Build complete."
157
 
157
 
158
+# build an i686 image
159
+i686: prep
160
+	$(eval ARCHITECTURE = i686)
161
+	$(eval MACHINE = all)
162
+	$(MAKE_IMAGE)
163
+	@rm -f $(ARCHIVE)
164
+	$(XZ) $(IMAGE)
165
+	@echo ""
166
+	$(SIGN)
167
+	@echo "Build complete."
168
+
158
 # build an amd64 image
169
 # build an amd64 image
159
 amd64: prep
170
 amd64: prep
160
 	$(eval ARCHITECTURE = amd64)
171
 	$(eval ARCHITECTURE = amd64)