blob: edf3f4b4422bfcc7d1fdba07cd8d979c987dd3e6 (
plain)
1
2
3
4
5
6
7
8
|
# Makefile for uClibc NPTL
#
# Copyright (C) 2009 Bernhard Reutner-Fischer <uclibc@uclibc.org>
#
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
#
CFLAGS-powerpc = $(SSP_ALL_CFLAGS)
|