Browse Source

modules: Introduced Development/OBJC to enable/disable gcc's objective-c compiler

legacy/next/gcc
Alejandro Mery 16 years ago
parent
commit
067e208e4d
2 changed files with 35 additions and 0 deletions
  1. +16
    -0
      pkgsel.d/Development_/objc.ask
  2. +19
    -0
      pkgsel.d/Development_/objc.conf

+ 16
- 0
pkgsel.d/Development_/objc.ask

@ -0,0 +1,16 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/mnemosyne/pkgsel.d/Development_/objc.ask
# Copyright (C) 2008 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
#Description: Objective-C
#Dependencies: DEVELOPMENT

+ 19
- 0
pkgsel.d/Development_/objc.conf

@ -0,0 +1,19 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/mnemosyne/pkgsel.d/Development_/objc.conf
# Copyright (C) 2008 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
if [ "$2" = 1 ]; then
SDECFGSET_PKG_GCC_OBJC=1
else
SDECFGSET_PKG_GCC_OBJC=0
fi

Loading…
Cancel
Save