Verified Commit ee58e4c8 authored by Bernd Paysan's avatar Bernd Paysan
Browse files

HOSTPREFIX env variable

parent 74a71c26
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -183,7 +183,7 @@ libcc: $(FORTHLIB:%=%.libcc)

%.libcc:
	-echo "generating library $(@:%.libcc=%)"
	-$(ENGINE) unix/cpu.fs -e "also c-lib s\" $(LIBCCNAMED)/\" >libcc-named-dir libcc-path clear-path libcc-named-dir libcc-path also-path :noname 2drop s\" $(libccdir)/\" ; is replace-rpath previous cpuflags off" $(@:%.libcc=%) -e bye
	-env HOSTPREFIX="$(HOST)" $(ENGINE) unix/cpu.fs -e "also c-lib s\" $(LIBCCNAMED)/\" >libcc-named-dir libcc-path clear-path libcc-named-dir libcc-path also-path :noname 2drop s\" $(libccdir)/\" ; is replace-rpath previous cpuflags off" $(@:%.libcc=%) -e bye

net2o.fi:	$(SOURCES) $(FORTHLIB)
	GFORTH=$(GFORTH_FAST) gforthmi net2o.fi n2o.fs -e 'locs[] $$free wheres $$free'
+1 −1
Original line number Diff line number Diff line
\ net2o template for new files

\ Copyright (C) 2015   Bernd Paysan
\ Copyright © 2015   Bernd Paysan

\ This program is free software: you can redistribute it and/or modify
\ it under the terms of the GNU Affero General Public License as published by
+1 −1
Original line number Diff line number Diff line
\ Andoid specific network stuff

\ Copyright (C) 2016   Bernd Paysan
\ Copyright © 2016   Bernd Paysan

\ This program is free software: you can redistribute it and/or modify
\ it under the terms of the GNU Affero General Public License as published by
+1 −1
Original line number Diff line number Diff line
\ Andoid specific notification stuff

\ Copyright (C) 2016   Bernd Paysan
\ Copyright © 2016   Bernd Paysan

\ This program is free software: you can redistribute it and/or modify
\ it under the terms of the GNU Affero General Public License as published by
+1 −1
Original line number Diff line number Diff line
\ scan color QR codes on Android

\ Copyright (C) 2016   Bernd Paysan
\ Copyright © 2016   Bernd Paysan

\ This program is free software: you can redistribute it and/or modify
\ it under the terms of the GNU Affero General Public License as published by
Loading