blob: a9ea4a95b311378f7f092df264cfd835d7bd741d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Configuration for building static versions of the libraries (swx11 and GLU)
# on ppc64.
include $(TOP)/configs/debian-swx11+glu-static-any
CONFIG_NAME = debian-swx11+glu-static-ppc64
LIB_DIR = lib64
# vim: ft=make
|