Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F164318443
D30328.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
844 B
Referenced Files
None
Subscribers
None
D30328.id.diff
View Options
diff --git a/sysutils/edk2/Makefile b/sysutils/edk2/Makefile
--- a/sysutils/edk2/Makefile
+++ b/sysutils/edk2/Makefile
@@ -15,9 +15,9 @@
FLAVOR?= macchiatobin
USES= gmake python:3.7+,build
+USE_GCC= yes:build
-BUILD_DEPENDS+= gcc8:lang/gcc8 \
- dtc>=1.4.1:sysutils/dtc \
+BUILD_DEPENDS+= dtc>=1.4.1:sysutils/dtc \
bash:shells/bash
# Both platform and non-osi repository don't have release, use latest known to work tag
@@ -36,9 +36,9 @@
BINARY_ALIAS= make=${LOCALBASE}/bin/gmake \
dtc=${LOCALBASE}/bin/dtc \
- gcc=${LOCALBASE}/bin/gcc8 \
- gcc-ar=${LOCALBASE}/bin/gcc-ar8 \
- g++=${LOCALBASE}/bin/g++8 \
+ gcc=${LOCALBASE}/bin/gcc${GCC_DEFAULT} \
+ gcc-ar=${LOCALBASE}/bin/gcc-ar${GCC_DEFAULT} \
+ g++=${LOCALBASE}/bin/g++${GCC_DEFAULT} \
python3=${PYTHON_CMD} python=${PYTHON_CMD}
.if ${FLAVOR} == macchiatobin
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 31, 6:01 PM (6 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35792427
Default Alt Text
D30328.id.diff (844 B)
Attached To
Mode
D30328: sysutils/edk2: use default gcc
Attached
Detach File
Event Timeline
Log In to Comment