37 Commits

Author SHA1 Message Date
Rudi Heitbaum 49cdf3874c flex: use flex:host stage1flex when building scan.c from scan.l
The compile logic whilst building a CROSS compiled flex could be improved.
Given that we have already built flex:host and the necessary stage1flex,
just use it. Using the --disable-bootstrap logic in the make file which
would normally call sed, replace the sed call with the call to be previously
built stage1flex. Both the patch and the update to package.mk are required.
2025-06-02 06:03:44 +00:00
Rudi Heitbaum c75a95a97a flex: revert chnage to use TARGET_CC 2025-05-25 13:06:51 +00:00
Rudi Heitbaum c534e36940 flex: use TARGET_CC not HOST_CC for target compile 2025-05-23 09:29:58 +00:00
CvH 2237555141 cleanup packages: various 2024-08-01 11:53:51 +02:00
Ian Leonard 78440702f1 devel: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:33:48 +00:00
heitbaum d234c5ba46 flex: update to 2.6.4 2020-12-26 14:28:04 +00:00
Andre Heider 6b4ff6cb9c flex: disable examples, po and tests
Works around a build failure with make 4.3.
2020-01-20 12:37:50 +01:00
MilhouseVH 255a8cdeff flex: needs yacc command, provided by bison 2019-02-13 15:10:54 +00:00
MilhouseVH 42a2b7171a flex: host depends on autotools 2019-02-08 17:17:43 +00:00
MilhouseVH c7a9b361a3 flex: work around realloc/malloc build failures with flex:target 2019-02-08 17:17:43 +00:00
MilhouseVH 2ea31506a5 packages: more missing dependencies 2019-02-08 17:17:43 +00:00
MilhouseVH b135c7ead9 packages: add missing dependencies 2019-02-08 17:17:43 +00:00
MilhouseVH 747151e91f flex: update to flex-2.6.0 2019-02-02 15:43:07 +00:00
CvH 85e5b4dc1f cleanup: PKG_SHORTDESC 2018-10-22 15:06:12 +02:00
CvH 4cffa5fe6f cleanup: remove PKG_ARCH="any" 2018-10-22 15:06:12 +02:00
CvH 4317bc5002 cleanup: remove PKG_SECTION 2018-10-22 15:06:11 +02:00
CvH 8e09fadb5b spdx: packages/devel 2018-07-17 23:58:50 +02:00
Sascha Kuehndel (InuSasha) 3846ec7dac buildsystem: replace PKG_AUTORECONF 2017-11-22 00:41:12 +01:00
cvh 837b447b7c decommission PKG_IS_ADDON 2017-10-16 00:01:20 +02:00
Peter Vicman 50a51452be build system: add sha256 checksum to all packages
putting #1597 in use
2017-07-17 20:49:23 +02:00
MilhouseVH 03366a102c TOOLCHAIN: drop $ROOT, convert to absolute path 2017-02-17 18:17:13 +00:00
Alan 7487ed9f8e tex: changes to remove tex dependencies 2017-02-02 15:09:44 +04:00
awiouy cf5d3a4579 decommission PKG_REV 2017-01-19 00:06:13 +01:00
awiouy e0c2de9b39 Decommission PKG_PRIORITY 2016-09-24 11:57:39 +02:00
longchair 1c1976d4ca flex : allow to build on target
Without this patch, flex can only be built on host.
2016-04-07 20:04:56 +02:00