File: rules.bootstrap

package info (click to toggle)
gcc-mingw-w64 8
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 276 kB
  • sloc: makefile: 208; sed: 66; sh: 25
file content (10 lines) | stat: -rw-r--r-- 253 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# Build the minimal gcc required to build mingw-w64
package := gcc-mingw-w64-bootstrap
languages := c,c++
BUILD_TARGET := all-gcc
INSTALL_TARGET := install-gcc

control: control-stamp
control-stamp:
	cp debian/control.bootstrap debian/control
	touch $@