makelib/config-x86_64-pc-linux-gnu.make
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 14 Nov 2019 21:20:37 +0000
changeset 282 668f26396e1d
parent 244 8de3e1d78d6a
permissions -rw-r--r--
Rakefiles: oops, use `\` in `INSTALLBASE` path on Windows ...otherwise Windows command such as `md` get confused.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
169
f9f519bb10b6 Use GNU target triplets to specify build targets.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 135
diff changeset
     1
# Definitions for target x86_66-pc-linux-gnu.
122
6fcb351d23a7 Use our own make configuration files rather than eXept's
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     2
169
f9f519bb10b6 Use GNU target triplets to specify build targets.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 135
diff changeset
     3
include $(MAKELIB)/config-linux-gnu.make
f9f519bb10b6 Use GNU target triplets to specify build targets.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 135
diff changeset
     4
include $(MAKELIB)/config-x86_64.make
122
6fcb351d23a7 Use our own make configuration files rather than eXept's
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     5