mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
toolchain/gcc: fix objective C suppor
We've had objective C support in the tree for many years, but somehow the BR2_GCC_CROSS_OBJC option (similar to the other BR2_GCC_CROSS_* options) has disappeared. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
3be4968343
commit
2c37dbf7d1
@ -56,6 +56,12 @@ config BR2_EXTRA_GCC_CONFIG_OPTIONS
|
|||||||
help
|
help
|
||||||
Any additional gcc configure options you may want to include....
|
Any additional gcc configure options you may want to include....
|
||||||
|
|
||||||
|
config BR2_GCC_CROSS_OBJC
|
||||||
|
bool "Objective-C cross-compiler support"
|
||||||
|
depends on !BR2_avr32
|
||||||
|
help
|
||||||
|
Build an Objective-C cross-compiler
|
||||||
|
|
||||||
config BR2_GCC_CROSS_FORTRAN
|
config BR2_GCC_CROSS_FORTRAN
|
||||||
bool "Fortran cross-compiler support"
|
bool "Fortran cross-compiler support"
|
||||||
depends on !BR2_avr32
|
depends on !BR2_avr32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user